OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UNPRIV_USER
(Results
1 - 6
of
6
) sorted by null
/external/tlsdate/
config.h
251
#define
UNPRIV_USER
"tlsdate"
/external/tlsdate/src/
tlsdate-helper-plan9.h
43
#ifndef
UNPRIV_USER
44
#define
UNPRIV_USER
"nobody"
tlsdate-helper.h
52
#ifndef
UNPRIV_USER
53
#define
UNPRIV_USER
"nobody"
tlsdate-helper-plan9.c
1112
drop_privs_to (
UNPRIV_USER
, UNPRIV_GROUP, NULL);
[
all
...]
tlsdate-helper.c
[
all
...]
tlsdated.c
121
opts->user =
UNPRIV_USER
;
Completed in 80 milliseconds