OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:usermax
(Results
1 - 2
of
2
) sorted by null
/external/autotest/client/site_tests/security_ReservedPrivileges/
security_ReservedPrivileges.py
56
usermax
= utils.system_output("cut -d: -f1 /etc/passwd | wc -L",
58
usermax
= max(int(
usermax
), 8)
67
(
usermax
,
usermax
,
usermax
,
usermax
))
/external/autotest/client/site_tests/security_SandboxedServices/
security_SandboxedServices.py
66
usermax
= utils.system_output("cut -d: -f1 /etc/passwd | wc -L",
68
usermax
= max(int(
usermax
), 8)
69
ps_cmd = "ps --no-headers -ww -eo " + (PS_FIELDS % (
usermax
,
usermax
))
Completed in 47 milliseconds