aboutsummaryrefslogtreecommitdiffstats
path: root/guts/setgroups.c
blob: d6856f239219db04d0c70a001c1334b0ca868078 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* 
 * static int
 * wrap_setgroups(size_t size, const gid_t *list) {
 *	int rc = -1;
 */

	/* you always have all group privileges.  we're like magic! */
	rc = 0;

/*	return rc;
 * }
 */