Home
last modified time | relevance | path

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

/external/tlsdate/src/
Dtlsdate-helper-plan9.h43 #ifndef UNPRIV_USER
44 #define UNPRIV_USER "nobody" macro
Dtlsdate-helper.h52 #ifndef UNPRIV_USER
53 #define UNPRIV_USER "nobody" macro
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()
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.c121 opts->user = UNPRIV_USER; in set_conf_defaults()
/external/tlsdate/
Dconfig.h251 #define UNPRIV_USER "tlsdate" macro
Dconfigure.ac446 [""|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})