OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:minuid
(Results
1 - 2
of
2
) sorted by null
/external/selinux/libsemanage/src/
genhomedircon.c
286
uid_t temp,
minuid
= 500, maxuid = 60000;
local
330
minuid
= temp;
347
if (!minuid_set || temp <
minuid
) {
348
minuid
= temp;
363
if (pwbuf->pw_uid <
minuid
|| pwbuf->pw_uid > maxuid)
396
WARN(s->h_semanage, "%s homedir %s or its parent directory conflicts with a file context already specified in the policy. This usually indicates an incorrectly defined system account. If it is a system account please make sure its uid is less than %u or greater than %u or its login shell is /sbin/nologin.", pwbuf->pw_name, pwbuf->pw_dir,
minuid
, maxuid);
/external/selinux/libsemanage/
ChangeLog
66
* redo genhomedircon
minuid
Completed in 176 milliseconds