blob: 535a9fafd838ff6a379da42366c672eca537cd6b [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
20 * with this program; if not, write the Free Software Foundation, Inc., 59
21 * Temple Place - Suite 330, Boston MA 02111-1307, USA.
22 *
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_modakbdbaec52009-02-26 12:14:51 +000033/* $Id: setregid01.c,v 1.4 2009/02/26 12:16:38 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 : setregid01
subrata_modak4bb656a2009-02-26 12:02:09 +000039 *
plars865695b2001-08-27 22:15:12 +000040 * EXECUTED BY : anyone
subrata_modak4bb656a2009-02-26 12:02:09 +000041 *
plars865695b2001-08-27 22:15:12 +000042 * TEST TITLE : Basic test for setregid(2)
subrata_modak4bb656a2009-02-26 12:02:09 +000043 *
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 : 5
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 : 05/13/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.) setregid(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_modakbdbaec52009-02-26 12:14:51 +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 setregid(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 * setregid(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
116#include <sys/types.h>
117
118#include "test.h"
119#include "usctest.h"
120
vapieraa354722006-05-26 06:26:37 +0000121void setup();
122void cleanup();
plars865695b2001-08-27 22:15:12 +0000123
124
125
126char *TCID="setregid01"; /* Test program identifier. */
127int TST_TOTAL=5; /* Total number of test cases. */
128extern int Tst_count; /* Test Case counter for tst_* routines */
129
130int exp_enos[]={0, 0}; /* Zero terminated list of expected errnos */
131
132int gid, egid; /* current real and effective group id */
133
134
135int
136main(int ac, char **av)
137{
138 int lc; /* loop counter */
139 char *msg; /* message returned from parse_opts */
subrata_modak4bb656a2009-02-26 12:02:09 +0000140
plars865695b2001-08-27 22:15:12 +0000141 /***************************************************************
142 * parse standard options
143 ***************************************************************/
144 if ( (msg=parse_opts(ac, av, (option_t *) NULL, NULL)) != (char *) NULL )
145 tst_brkm(TBROK, cleanup, "OPTION PARSING ERROR - %s", msg);
146
147 /***************************************************************
148 * perform global setup for test
149 ***************************************************************/
150 setup();
151
152 /* set the expected errnos... */
153 TEST_EXP_ENOS(exp_enos);
154
155 /***************************************************************
156 * check looping state if -c option given
157 ***************************************************************/
158 for (lc=0; TEST_LOOPING(lc); lc++) {
159
160 /* reset Tst_count in case we are looping. */
161 Tst_count=0;
162
subrata_modakbdbaec52009-02-26 12:14:51 +0000163
subrata_modak4bb656a2009-02-26 12:02:09 +0000164 /*
plars865695b2001-08-27 22:15:12 +0000165 * TEST CASE:
166 * Dont change either real or effective gid
167 */
168 gid=getgid();
169egid=getegid();
170
171
172 /* Call setregid(2) */
173 TEST(setregid(-1, -1));
subrata_modakbdbaec52009-02-26 12:14:51 +0000174
plars865695b2001-08-27 22:15:12 +0000175 /* check return code */
176 if ( TEST_RETURN == -1 ) {
177 TEST_ERROR_LOG(TEST_ERRNO);
178 tst_resm(TFAIL, "setregid - Dont change either real or effective gid failed, errno=%d : %s",
179 TEST_ERRNO, strerror(TEST_ERRNO));
180 } else {
181 /***************************************************************
182 * only perform functional verification if flag set (-f not given)
183 ***************************************************************/
184 if ( STD_FUNCTIONAL_TEST ) {
185 /* No Verification test, yet... */
186 tst_resm(TPASS, "setregid - Dont change either real or effective gid returned %d", TEST_RETURN);
subrata_modak4bb656a2009-02-26 12:02:09 +0000187 }
plars865695b2001-08-27 22:15:12 +0000188 }
subrata_modakbdbaec52009-02-26 12:14:51 +0000189
190
subrata_modak4bb656a2009-02-26 12:02:09 +0000191 /*
plars865695b2001-08-27 22:15:12 +0000192 * TEST CASE:
193 * change effective to effective gid
194 */
subrata_modakbdbaec52009-02-26 12:14:51 +0000195
plars865695b2001-08-27 22:15:12 +0000196
197 /* Call setregid(2) */
198 TEST(setregid(-1, egid));
subrata_modakbdbaec52009-02-26 12:14:51 +0000199
plars865695b2001-08-27 22:15:12 +0000200 /* check return code */
201 if ( TEST_RETURN == -1 ) {
202 TEST_ERROR_LOG(TEST_ERRNO);
203 tst_resm(TFAIL, "setregid - change effective to effective gid failed, errno=%d : %s",
204 TEST_ERRNO, strerror(TEST_ERRNO));
205 } else {
206 /***************************************************************
207 * only perform functional verification if flag set (-f not given)
208 ***************************************************************/
209 if ( STD_FUNCTIONAL_TEST ) {
210 /* No Verification test, yet... */
211 tst_resm(TPASS, "setregid - change effective to effective gid returned %d", TEST_RETURN);
subrata_modak4bb656a2009-02-26 12:02:09 +0000212 }
plars865695b2001-08-27 22:15:12 +0000213 }
subrata_modakbdbaec52009-02-26 12:14:51 +0000214
215
subrata_modak4bb656a2009-02-26 12:02:09 +0000216 /*
plars865695b2001-08-27 22:15:12 +0000217 * TEST CASE:
218 * change real to real gid
219 */
subrata_modakbdbaec52009-02-26 12:14:51 +0000220
plars865695b2001-08-27 22:15:12 +0000221
222 /* Call setregid(2) */
223 TEST(setregid(gid, -1));
subrata_modakbdbaec52009-02-26 12:14:51 +0000224
plars865695b2001-08-27 22:15:12 +0000225 /* check return code */
226 if ( TEST_RETURN == -1 ) {
227 TEST_ERROR_LOG(TEST_ERRNO);
228 tst_resm(TFAIL, "setregid - change real to real gid failed, errno=%d : %s",
229 TEST_ERRNO, strerror(TEST_ERRNO));
230 } else {
231 /***************************************************************
232 * only perform functional verification if flag set (-f not given)
233 ***************************************************************/
234 if ( STD_FUNCTIONAL_TEST ) {
235 /* No Verification test, yet... */
236 tst_resm(TPASS, "setregid - change real to real gid returned %d", TEST_RETURN);
subrata_modak4bb656a2009-02-26 12:02:09 +0000237 }
plars865695b2001-08-27 22:15:12 +0000238 }
subrata_modakbdbaec52009-02-26 12:14:51 +0000239
240
subrata_modak4bb656a2009-02-26 12:02:09 +0000241 /*
plars865695b2001-08-27 22:15:12 +0000242 * TEST CASE:
243 * change effective to real gid
244 */
subrata_modakbdbaec52009-02-26 12:14:51 +0000245
plars865695b2001-08-27 22:15:12 +0000246
247 /* Call setregid(2) */
248 TEST(setregid(-1, gid));
subrata_modakbdbaec52009-02-26 12:14:51 +0000249
plars865695b2001-08-27 22:15:12 +0000250 /* check return code */
251 if ( TEST_RETURN == -1 ) {
252 TEST_ERROR_LOG(TEST_ERRNO);
253 tst_resm(TFAIL, "setregid - change effective to real gid failed, errno=%d : %s",
254 TEST_ERRNO, strerror(TEST_ERRNO));
255 } else {
256 /***************************************************************
257 * only perform functional verification if flag set (-f not given)
258 ***************************************************************/
259 if ( STD_FUNCTIONAL_TEST ) {
260 /* No Verification test, yet... */
261 tst_resm(TPASS, "setregid - change effective to real gid returned %d", TEST_RETURN);
subrata_modak4bb656a2009-02-26 12:02:09 +0000262 }
plars865695b2001-08-27 22:15:12 +0000263 }
subrata_modakbdbaec52009-02-26 12:14:51 +0000264
265
subrata_modak4bb656a2009-02-26 12:02:09 +0000266 /*
plars865695b2001-08-27 22:15:12 +0000267 * TEST CASE:
268 * try to change real to current real
269 */
subrata_modakbdbaec52009-02-26 12:14:51 +0000270
plars865695b2001-08-27 22:15:12 +0000271
272 /* Call setregid(2) */
273 TEST(setregid(gid, gid));
subrata_modakbdbaec52009-02-26 12:14:51 +0000274
plars865695b2001-08-27 22:15:12 +0000275 /* check return code */
276 if ( TEST_RETURN == -1 ) {
277 TEST_ERROR_LOG(TEST_ERRNO);
278 tst_resm(TFAIL, "setregid - try to change real to current real failed, errno=%d : %s",
279 TEST_ERRNO, strerror(TEST_ERRNO));
280 } else {
281 /***************************************************************
282 * only perform functional verification if flag set (-f not given)
283 ***************************************************************/
284 if ( STD_FUNCTIONAL_TEST ) {
285 /* No Verification test, yet... */
286 tst_resm(TPASS, "setregid - try to change real to current real returned %d", TEST_RETURN);
subrata_modak4bb656a2009-02-26 12:02:09 +0000287 }
plars865695b2001-08-27 22:15:12 +0000288 }
subrata_modakbdbaec52009-02-26 12:14:51 +0000289
plars865695b2001-08-27 22:15:12 +0000290
291 } /* End for TEST_LOOPING */
292
293 /***************************************************************
294 * cleanup and exit
295 ***************************************************************/
296 cleanup();
297
298 return 0;
299} /* End main */
300
301/***************************************************************
302 * setup() - performs all ONE TIME setup for this test.
303 ***************************************************************/
subrata_modak4bb656a2009-02-26 12:02:09 +0000304void
plars865695b2001-08-27 22:15:12 +0000305setup()
306{
307 /* capture signals */
308 tst_sig(NOFORK, DEF_HANDLER, cleanup);
309
310 /* Pause if that option was specified */
311 TEST_PAUSE;
312
313 /* make a temp dir and cd to it */
314 tst_tmpdir();
315} /* End setup() */
316
317
318/***************************************************************
319 * cleanup() - performs all ONE TIME cleanup for this test at
320 * completion or premature exit.
321 ***************************************************************/
subrata_modak4bb656a2009-02-26 12:02:09 +0000322void
plars865695b2001-08-27 22:15:12 +0000323cleanup()
324{
325 /*
326 * print timing stats if that option was specified.
327 * print errno log if that option was specified.
328 */
329 TEST_CLEANUP;
330
331 /* remove files and temp dir */
332 tst_rmdir();
333
334 /* exit with return code appropriate for results */
335 tst_exit();
336} /* End cleanup() */
337
338