Home
last modified time | relevance | path

Searched refs:runas (Results 1 – 5 of 5) sorted by relevance

/mirbsd/src/usr.bin/sudo/
Dparse.h33 int runas; member
50 #define runas_matches (match[top-1].runas)
58 char *runas; member
Dparse.yacc124 match[top].runas = UNSPEC; \
139 match[top].runas = match[top-1].runas; \
165 #define append_runas(s, p) append(s, &cm_list[cm_list_len].runas, \
492 cm_list[cm_list_len].runas =
493 estrdup(cm_list[cm_list_len-1].runas);
1055 if (cm_list[count].runas) { in list_matches()
1057 p = strtok(cm_list[count].runas, ", "); in list_matches()
1059 if (p != cm_list[count].runas) in list_matches()
1106 free(cm_list[count].runas); in list_matches()
1211 cm_list[cm_list_len].runas = cm_list[cm_list_len].cmnd = NULL; in expand_match_list()
DUPGRADE20 As of sudo 1.6, parsing of runas entries and the NOPASSWD tag
21 has changed. Prior to 1.6, a runas specifier applied only to
24 without a password. Starting with sudo 1.6, both the runas
43 command. In other words, the "(root)" sets the default runas
Dsudo.h45 char **runas; member
130 #define user_runas (sudo_user.runas)
DTODO28 11) Make runas_user a struct "runas" with user and group components.