OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:nobody
(Results
1 - 6
of
6
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
CGIHTTPServer.py
232
nobody
= nobody_uid()
248
os.setuid(
nobody
)
345
nobody
= None
variable
348
"""Internal routine to get
nobody
's uid"""
349
global
nobody
350
if
nobody
:
351
return
nobody
357
nobody
= pwd.getpwnam('
nobody
')[2]
359
nobody
= 1 + max(map(lambda x: x[2], pwd.getpwall())
[
all
...]
smtpd.py
10
This program generally tries to setuid `
nobody
', unless this flag is
526
# Become
nobody
544
nobody
= pwd.getpwnam('
nobody
')[2]
variable
546
os.setuid(
nobody
)
550
'Cannot setuid "
nobody
"; try running with -n option.'
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
CGIHTTPServer.py
232
nobody
= nobody_uid()
248
os.setuid(
nobody
)
345
nobody
= None
variable
348
"""Internal routine to get
nobody
's uid"""
349
global
nobody
350
if
nobody
:
351
return
nobody
357
nobody
= pwd.getpwnam('
nobody
')[2]
359
nobody
= 1 + max(map(lambda x: x[2], pwd.getpwall())
[
all
...]
smtpd.py
10
This program generally tries to setuid `
nobody
', unless this flag is
526
# Become
nobody
544
nobody
= pwd.getpwnam('
nobody
')[2]
variable
546
os.setuid(
nobody
)
550
'Cannot setuid "
nobody
"; try running with -n option.'
/prebuilts/python/darwin-x86/2.7.5/bin/
smtpd.py
10
This program generally tries to setuid `
nobody
', unless this flag is
526
# Become
nobody
544
nobody
= pwd.getpwnam('
nobody
')[2]
variable
546
os.setuid(
nobody
)
550
'Cannot setuid "
nobody
"; try running with -n option.'
/prebuilts/python/linux-x86/2.7.5/bin/
smtpd.py
10
This program generally tries to setuid `
nobody
', unless this flag is
526
# Become
nobody
544
nobody
= pwd.getpwnam('
nobody
')[2]
variable
546
os.setuid(
nobody
)
550
'Cannot setuid "
nobody
"; try running with -n option.'
Completed in 297 milliseconds