Searched refs:drop_privs_to (Results 1 – 7 of 7) sorted by relevance
/external/tlsdate/src/ |
D | util-plan9.h | 39 void drop_privs_to (const char *user, const char *group,
|
D | util-plan9.c | 64 drop_privs_to (const char *user, const char *group, const char **supp_groups) in drop_privs_to() function
|
D | util.h | 66 void drop_privs_to (const char *user, const char *group,
|
D | tlsdate-helper-plan9.c | 1112 drop_privs_to (UNPRIV_USER, UNPRIV_GROUP, NULL); in main() 1174 drop_privs_to (UNPRIV_USER, UNPRIV_GROUP, NULL); in main()
|
D | util.c | 163 drop_privs_to (const char *user, const char *group, const char **supp_groups) in drop_privs_to() function
|
D | tlsdate-helper.c | 1279 drop_privs_to (UNPRIV_USER, UNPRIV_GROUP, NULL); in main() 1340 drop_privs_to (UNPRIV_USER, UNPRIV_GROUP, NULL); in main()
|
D | tlsdated.c | 527 drop_privs_to (state.opts.user, state.opts.group, supp_groups); in main()
|