Searched refs:setuid (Results 1 - 25 of 53) sorted by relevance

123

/prebuilts/gdb/darwin-x86/lib/python2.7/
H A Dsmtpd.py10 This program generally tries to setuid `nobody', unless this flag is
11 set. The setuid call will fail if this program is not run as root (in
464 setuid = 1 variable in class:Options
485 options.setuid = 0
537 if options.setuid:
546 os.setuid(nobody)
550 'Cannot setuid "nobody"; try running with -n option.'
H A DCGIHTTPServer.py248 os.setuid(nobody)
H A Dsubprocess.py1552 p = Popen(["id"], preexec_fn=lambda: os.setuid(100))
/prebuilts/gdb/linux-x86/lib/python2.7/
H A Dsmtpd.py10 This program generally tries to setuid `nobody', unless this flag is
11 set. The setuid call will fail if this program is not run as root (in
464 setuid = 1 variable in class:Options
485 options.setuid = 0
537 if options.setuid:
546 os.setuid(nobody)
550 'Cannot setuid "nobody"; try running with -n option.'
H A DCGIHTTPServer.py248 os.setuid(nobody)
H A Dsubprocess.py1552 p = Popen(["id"], preexec_fn=lambda: os.setuid(100))
/prebuilts/go/darwin-x86/src/syscall/
H A Dasm_solaris_amd64.s62 TEXT ·setuid(SB),NOSPLIT,$0
/prebuilts/go/linux-x86/src/syscall/
H A Dasm_solaris_amd64.s62 TEXT ·setuid(SB),NOSPLIT,$0
/prebuilts/python/darwin-x86/2.7.5/bin/
H A Dsmtpd.py10 This program generally tries to setuid `nobody', unless this flag is
11 set. The setuid call will fail if this program is not run as root (in
464 setuid = 1 variable in class:Options
485 options.setuid = 0
537 if options.setuid:
546 os.setuid(nobody)
550 'Cannot setuid "nobody"; try running with -n option.'
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Dsmtpd.py10 This program generally tries to setuid `nobody', unless this flag is
11 set. The setuid call will fail if this program is not run as root (in
464 setuid = 1 variable in class:Options
485 options.setuid = 0
537 if options.setuid:
546 os.setuid(nobody)
550 'Cannot setuid "nobody"; try running with -n option.'
H A DCGIHTTPServer.py248 os.setuid(nobody)
H A Dsubprocess.py1552 p = Popen(["id"], preexec_fn=lambda: os.setuid(100))
/prebuilts/python/linux-x86/2.7.5/bin/
H A Dsmtpd.py10 This program generally tries to setuid `nobody', unless this flag is
11 set. The setuid call will fail if this program is not run as root (in
464 setuid = 1 variable in class:Options
485 options.setuid = 0
537 if options.setuid:
546 os.setuid(nobody)
550 'Cannot setuid "nobody"; try running with -n option.'
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Dsmtpd.py10 This program generally tries to setuid `nobody', unless this flag is
11 set. The setuid call will fail if this program is not run as root (in
464 setuid = 1 variable in class:Options
485 options.setuid = 0
537 if options.setuid:
546 os.setuid(nobody)
550 'Cannot setuid "nobody"; try running with -n option.'
H A DCGIHTTPServer.py248 os.setuid(nobody)
H A Dsubprocess.py1552 p = Popen(["id"], preexec_fn=lambda: os.setuid(100))
/prebuilts/gdb/darwin-x86/lib/python2.7/test/
H A Dtest_os.py680 if hasattr(os, 'setuid'):
683 self.assertRaises(os.error, os.setuid, 0)
684 self.assertRaises(OverflowError, os.setuid, 1<<32)
/prebuilts/gdb/linux-x86/lib/python2.7/test/
H A Dtest_os.py680 if hasattr(os, 'setuid'):
683 self.assertRaises(os.error, os.setuid, 0)
684 self.assertRaises(OverflowError, os.setuid, 1<<32)
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
H A Dtest_os.py680 if hasattr(os, 'setuid'):
683 self.assertRaises(os.error, os.setuid, 0)
684 self.assertRaises(OverflowError, os.setuid, 1<<32)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
H A Dtest_os.py680 if hasattr(os, 'setuid'):
683 self.assertRaises(os.error, os.setuid, 0)
684 self.assertRaises(OverflowError, os.setuid, 1<<32)
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
H A Dunistd.h723 extern int setuid (__uid_t __uid) __THROW;
/prebuilts/misc/common/jython/
H A Djython.jarMETA-INF/MANIFEST.MF com/xhaus/modjy/ModjyJServlet.class ModjyJServlet.java package com.xhaus ...
/prebuilts/devtools/tools/lib/
H A Djython-standalone-2.5.3.jarMETA-INF/MANIFEST.MF META-INF/LICENSE META-INF/NOTICE META-INF/maven/jline/ ...
/prebuilts/tools/common/m2/repository/org/python/jython/2.5.3/
H A Djython-2.5.3.jarMETA-INF/MANIFEST.MF META-INF/services/javax.script.ScriptEngineFactory com/xhaus/modjy/ModjyJServlet ...
/prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/
H A Djython-standalone-2.5.3.jarMETA-INF/MANIFEST.MF META-INF/LICENSE META-INF/NOTICE META-INF/maven/jline/ ...

Completed in 1162 milliseconds

123