OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PRIVSEP_USER
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/bsd/dhcpcd/include/
config.h
14
#ifndef
PRIVSEP_USER
15
#define
PRIVSEP_USER
"_dhcpcd"
/src/external/bsd/dhcpcd/dist/src/
defs.h
34
#ifndef
PRIVSEP_USER
35
#define
PRIVSEP_USER
"_" PACKAGE
privsep.c
102
if ((ctx->ps_user = pw = getpwnam(
PRIVSEP_USER
)) == NULL) {
105
logerrx("no such user %s",
PRIVSEP_USER
);
115
logerrx("refusing chroot: %s: %s",
PRIVSEP_USER
, pw->pw_dir);
Completed in 15 milliseconds
Indexes created Tue Sep 01 00:24:37 UTC 2026