blob: 3f7e0082355b2513fb32452f7e9373a0972b2be2 [file] [log] [blame]
plars865695b2001-08-27 22:15:12 +00001/*
2 * Copyright (c) 2000 Silicon Graphics, Inc. All Rights Reserved.
3 *
4 * This program is free software; you can redistribute it and/or modify it
5 * under the terms of version 2 of the GNU General Public License as
6 * published by the Free Software Foundation.
7 *
8 * This program is distributed in the hope that it would be useful, but
9 * WITHOUT ANY WARRANTY; without even the implied warranty of
10 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
11 *
12 * Further, this software is distributed without any warranty that it is
13 * free of the rightful claim of any third person regarding infringement
14 * or the like. Any license provided herein, whether implied or
15 * otherwise, applies only to this software file. Patent licenses, if
16 * any, provided herein do not apply to combinations of this program with
17 * other software, or any other product whatsoever.
18 *
19 * You should have received a copy of the GNU General Public License along
Wanlong Gaofed96412012-10-24 10:10:29 +080020 * with this program; if not, write the Free Software Foundation, Inc.,
21 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
plars865695b2001-08-27 22:15:12 +000022 *
23 * Contact information: Silicon Graphics, Inc., 1600 Amphitheatre Pkwy,
24 * Mountain View, CA 94043, or:
25 *
26 * http://www.sgi.com
27 *
28 * For further information regarding this notice, see:
29 *
30 * http://oss.sgi.com/projects/GenInfo/NoticeExplan/
31 *
32 */
subrata_modak923b23f2009-11-02 13:57:16 +000033/* $Id: setgroups01.c,v 1.7 2009/11/02 13:57:18 subrata_modak Exp $ */
plars865695b2001-08-27 22:15:12 +000034/**********************************************************
subrata_modak4bb656a2009-02-26 12:02:09 +000035 *
plars865695b2001-08-27 22:15:12 +000036 * OS Test - Silicon Graphics, Inc.
subrata_modak4bb656a2009-02-26 12:02:09 +000037 *
plars865695b2001-08-27 22:15:12 +000038 * TEST IDENTIFIER : setgroups01
subrata_modak4bb656a2009-02-26 12:02:09 +000039 *
plars865695b2001-08-27 22:15:12 +000040 * EXECUTED BY : root
subrata_modak4bb656a2009-02-26 12:02:09 +000041 *
42 * TEST TITLE : Basic test for setgroups(2)
43 *
plars865695b2001-08-27 22:15:12 +000044 * PARENT DOCUMENT : usctpl01
subrata_modak4bb656a2009-02-26 12:02:09 +000045 *
plars865695b2001-08-27 22:15:12 +000046 * TEST CASE TOTAL : 1
subrata_modak4bb656a2009-02-26 12:02:09 +000047 *
plars865695b2001-08-27 22:15:12 +000048 * WALL CLOCK TIME : 1
subrata_modak4bb656a2009-02-26 12:02:09 +000049 *
plars865695b2001-08-27 22:15:12 +000050 * CPU TYPES : ALL
subrata_modak4bb656a2009-02-26 12:02:09 +000051 *
plars865695b2001-08-27 22:15:12 +000052 * AUTHOR : William Roske
subrata_modak4bb656a2009-02-26 12:02:09 +000053 *
plars865695b2001-08-27 22:15:12 +000054 * CO-PILOT : Dave Fenner
subrata_modak4bb656a2009-02-26 12:02:09 +000055 *
plars865695b2001-08-27 22:15:12 +000056 * DATE STARTED : 03/30/92
subrata_modak4bb656a2009-02-26 12:02:09 +000057 *
plars865695b2001-08-27 22:15:12 +000058 * INITIAL RELEASE : UNICOS 7.0
subrata_modak4bb656a2009-02-26 12:02:09 +000059 *
plars865695b2001-08-27 22:15:12 +000060 * TEST CASES
subrata_modak4bb656a2009-02-26 12:02:09 +000061 *
plars865695b2001-08-27 22:15:12 +000062 * 1.) setgroups(2) returns...(See Description)
subrata_modakbdbaec52009-02-26 12:14:51 +000063 *
plars865695b2001-08-27 22:15:12 +000064 * INPUT SPECIFICATIONS
65 * The standard options for system call tests are accepted.
66 * (See the parse_opts(3) man page).
subrata_modak4bb656a2009-02-26 12:02:09 +000067 *
plars865695b2001-08-27 22:15:12 +000068 * OUTPUT SPECIFICATIONS
subrata_modak56207ce2009-03-23 13:35:39 +000069 *$
plars865695b2001-08-27 22:15:12 +000070 * DURATION
71 * Terminates - with frequency and infinite modes.
subrata_modak4bb656a2009-02-26 12:02:09 +000072 *
plars865695b2001-08-27 22:15:12 +000073 * SIGNALS
74 * Uses SIGUSR1 to pause before test if option set.
75 * (See the parse_opts(3) man page).
76 *
77 * RESOURCES
78 * None
subrata_modak4bb656a2009-02-26 12:02:09 +000079 *
plars865695b2001-08-27 22:15:12 +000080 * ENVIRONMENTAL NEEDS
81 * No run-time environmental needs.
subrata_modak4bb656a2009-02-26 12:02:09 +000082 *
plars865695b2001-08-27 22:15:12 +000083 * SPECIAL PROCEDURAL REQUIREMENTS
84 * None
subrata_modak4bb656a2009-02-26 12:02:09 +000085 *
plars865695b2001-08-27 22:15:12 +000086 * INTERCASE DEPENDENCIES
87 * None
subrata_modak4bb656a2009-02-26 12:02:09 +000088 *
plars865695b2001-08-27 22:15:12 +000089 * DETAILED DESCRIPTION
90 * This is a Phase I test for the setgroups(2) system call. It is intended
91 * to provide a limited exposure of the system call, for now. It
92 * should/will be extended when full functional tests are written for
93 * setgroups(2).
subrata_modak4bb656a2009-02-26 12:02:09 +000094 *
plars865695b2001-08-27 22:15:12 +000095 * Setup:
96 * Setup signal handling.
97 * Pause for SIGUSR1 if option specified.
subrata_modak4bb656a2009-02-26 12:02:09 +000098 *
plars865695b2001-08-27 22:15:12 +000099 * Test:
100 * Loop if the proper options are given.
101 * Execute system call
102 * Check return code, if system call failed (return=-1)
103 * Log the errno and Issue a FAIL message.
104 * Otherwise, Issue a PASS message.
subrata_modak4bb656a2009-02-26 12:02:09 +0000105 *
plars865695b2001-08-27 22:15:12 +0000106 * Cleanup:
107 * Print errno log and/or timing stats if options given
subrata_modak4bb656a2009-02-26 12:02:09 +0000108 *
109 *
plars865695b2001-08-27 22:15:12 +0000110 *#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#**/
111
112#include <errno.h>
113#include <string.h>
114#include <signal.h>
115#include <sys/param.h>
116#include <unistd.h>
117#include <grp.h>
118
119#include "test.h"
plars865695b2001-08-27 22:15:12 +0000120
subrata_modak34a572a2008-08-27 12:02:42 +0000121#include "compat_16.h"
122
plars865695b2001-08-27 22:15:12 +0000123void setup();
124void cleanup();
125
Cyril Hrubisfdce7d52013-04-04 18:35:48 +0200126TCID_DEFINE(setgroups01);
127int TST_TOTAL = 1;
plars865695b2001-08-27 22:15:12 +0000128
subrata_modak4bb656a2009-02-26 12:02:09 +0000129int len = NGROUPS, ngrps = 0;
subrata_modak34a572a2008-08-27 12:02:42 +0000130GID_T list[NGROUPS];
plars865695b2001-08-27 22:15:12 +0000131
subrata_modak56207ce2009-03-23 13:35:39 +0000132int main(int ac, char **av)
plars865695b2001-08-27 22:15:12 +0000133{
Cyril Hrubis89af32a2012-10-24 16:39:11 +0200134 int lc;
Cyril Hrubis0b9589f2014-05-27 17:40:33 +0200135 const char *msg;
subrata_modak56207ce2009-03-23 13:35:39 +0000136
plars865695b2001-08-27 22:15:12 +0000137 /***************************************************************
138 * parse standard options
139 ***************************************************************/
Garrett Cooper45e285d2010-11-22 12:19:25 -0800140 if ((msg = parse_opts(ac, av, NULL, NULL)) != NULL) {
subrata_modak56207ce2009-03-23 13:35:39 +0000141 tst_brkm(TBROK, NULL, "OPTION PARSING ERROR - %s", msg);
Garrett Cooper2c282152010-12-16 00:55:50 -0800142
subrata_modak56207ce2009-03-23 13:35:39 +0000143 }
plars865695b2001-08-27 22:15:12 +0000144
145 /***************************************************************
146 * perform global setup for test
147 ***************************************************************/
subrata_modak56207ce2009-03-23 13:35:39 +0000148 setup();
plars865695b2001-08-27 22:15:12 +0000149
150 /***************************************************************
151 * check looping state if -c option given
152 ***************************************************************/
subrata_modak56207ce2009-03-23 13:35:39 +0000153 for (lc = 0; TEST_LOOPING(lc); lc++) {
subrata_modakbdbaec52009-02-26 12:14:51 +0000154
Caspar Zhangd59a6592013-03-07 14:59:12 +0800155 tst_count = 0;
subrata_modakbdbaec52009-02-26 12:14:51 +0000156
subrata_modak56207ce2009-03-23 13:35:39 +0000157 /*
158 * Call setgroups(2)
159 */
Stanislav Kholmanskikhce0dffe2013-09-05 11:01:48 +0400160 TEST(SETGROUPS(cleanup, ngrps, list));
subrata_modakbdbaec52009-02-26 12:14:51 +0000161
subrata_modak56207ce2009-03-23 13:35:39 +0000162 /* check return code */
163 if (TEST_RETURN == -1) {
subrata_modak56207ce2009-03-23 13:35:39 +0000164 tst_resm(TFAIL,
165 "setgroups(%d, list) Failed, errno=%d : %s",
166 len, TEST_ERRNO, strerror(TEST_ERRNO));
167 } else {
Cyril Hrubise38b9612014-06-02 17:20:57 +0200168 tst_resm(TPASS,
169 "setgroups(%d, list) returned %ld",
170 len, TEST_RETURN);
subrata_modak56207ce2009-03-23 13:35:39 +0000171 }
plars865695b2001-08-27 22:15:12 +0000172
Garrett Cooper2c282152010-12-16 00:55:50 -0800173 }
plars865695b2001-08-27 22:15:12 +0000174
subrata_modak56207ce2009-03-23 13:35:39 +0000175 cleanup();
Garrett Cooper1e6f5a62010-12-19 09:58:10 -0800176 tst_exit();
Garrett Cooper2c282152010-12-16 00:55:50 -0800177}
plars865695b2001-08-27 22:15:12 +0000178
179/***************************************************************
180 * setup() - performs all ONE TIME setup for this test.
181 ***************************************************************/
Mike Frysingerc57fba52014-04-09 18:56:30 -0400182void setup(void)
plars865695b2001-08-27 22:15:12 +0000183{
Garrett Cooper2c282152010-12-16 00:55:50 -0800184
subrata_modak56207ce2009-03-23 13:35:39 +0000185 tst_sig(NOFORK, DEF_HANDLER, cleanup);
plars865695b2001-08-27 22:15:12 +0000186
subrata_modak56207ce2009-03-23 13:35:39 +0000187 if (geteuid() != 0)
188 tst_brkm(TBROK, cleanup, "Must be ROOT to run this test.");
plars865695b2001-08-27 22:15:12 +0000189
subrata_modak56207ce2009-03-23 13:35:39 +0000190 TEST_PAUSE;
plars865695b2001-08-27 22:15:12 +0000191
Stanislav Kholmanskikhce0dffe2013-09-05 11:01:48 +0400192 ngrps = GETGROUPS(cleanup, len, list);
193 if (ngrps == -1) {
subrata_modak56207ce2009-03-23 13:35:39 +0000194 tst_brkm(TBROK, cleanup,
195 "getgroups(%d, list) Failure. errno=%d : %s",
196 len, errno, strerror(errno));
197 }
Garrett Cooper2c282152010-12-16 00:55:50 -0800198}
plars865695b2001-08-27 22:15:12 +0000199
200/***************************************************************
201 * cleanup() - performs all ONE TIME cleanup for this test at
202 * completion or premature exit.
203 ***************************************************************/
Mike Frysingerc57fba52014-04-09 18:56:30 -0400204void cleanup(void)
plars865695b2001-08-27 22:15:12 +0000205{
plars865695b2001-08-27 22:15:12 +0000206
Chris Dearmanec6edca2012-10-17 19:54:01 -0700207}