Searched refs:UNPRIV_USER (Results 1 – 7 of 7) sorted by relevance
/external/tlsdate/src/ |
D | tlsdate-helper-plan9.h | 43 #ifndef UNPRIV_USER 44 #define UNPRIV_USER "nobody" macro
|
D | tlsdate-helper.h | 52 #ifndef UNPRIV_USER 53 #define UNPRIV_USER "nobody" macro
|
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 | 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 | 121 opts->user = UNPRIV_USER; in set_conf_defaults()
|
/external/tlsdate/ |
D | config.h | 251 #define UNPRIV_USER "tlsdate" macro
|
D | configure.ac | 446 [""|yes|no], [UNPRIV_USER="nobody"], 447 [*], [UNPRIV_USER=$with_unpriv_user]) 448 AC_DEFINE_UNQUOTED([UNPRIV_USER], ["${UNPRIV_USER}"], [Unprivileged user]) definition 449 AC_SUBST([UNPRIV_USER]) subst 451 AC_MSG_RESULT(${UNPRIV_USER}:${UNPRIV_GROUP})
|