Home
last modified time | relevance | path

Searched refs:drop_privs_to (Results 1 – 7 of 7) sorted by relevance

/external/tlsdate/src/
Dutil-plan9.h39 void drop_privs_to (const char *user, const char *group,
Dutil-plan9.c64 drop_privs_to (const char *user, const char *group, const char **supp_groups) in drop_privs_to() function
Dutil.h66 void drop_privs_to (const char *user, const char *group,
Dtlsdate-helper-plan9.c1112 drop_privs_to (UNPRIV_USER, UNPRIV_GROUP, NULL); in main()
1174 drop_privs_to (UNPRIV_USER, UNPRIV_GROUP, NULL); in main()
Dutil.c163 drop_privs_to (const char *user, const char *group, const char **supp_groups) in drop_privs_to() function
Dtlsdate-helper.c1279 drop_privs_to (UNPRIV_USER, UNPRIV_GROUP, NULL); in main()
1340 drop_privs_to (UNPRIV_USER, UNPRIV_GROUP, NULL); in main()
Dtlsdated.c527 drop_privs_to (state.opts.user, state.opts.group, supp_groups); in main()