Searched refs:runas (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/sudo-73/src/
H A Dsudoers2ldif90 my @runas = split(/:\s*/, $1);
91 if (defined($runas[0])) {
92 print "sudoRunAsUser: $_\n" foreach expand(\%RA, split(/,\s*/, $runas[0]));
94 if (defined($runas[1])) {
95 print "sudoRunAsGroup: $_\n" foreach expand(\%RA, split(/,\s*/, $runas[1]));
H A Dgram.h38 struct runascontainer *runas; member in union:__anon12637
H A Dgram.c135 struct runascontainer *runas; member in union:__anon12636
682 * runas users the entries apply to (specified by the type).
1221 /* propagate tags and runas list */
1247 if (yyvsp[-3].runas != NULL) {
1248 list2tq(&cs->runasuserlist, yyvsp[-3].runas->runasusers);
1249 list2tq(&cs->runasgrouplist, yyvsp[-3].runas->runasgroups);
1250 efree(yyvsp[-3].runas);
1334 yyval.runas = NULL;
1340 yyval.runas = yyvsp[-1].runas;
[all...]
H A Dgram.y122 struct runascontainer *runas;
161 %token <tok> '(' ')' /* runas tokens */
182 %type <runas> runasspec
183 %type <runas> runaslist
317 /* propagate tags and runas list */
651 * runas users the entries apply to (specified by the type).

Completed in 118 milliseconds