Home
last modified time | relevance | path

Searched refs:nobody (Results 1 – 25 of 126) sorted by relevance

123456

/external/ltp/testcases/kernel/syscalls/setreuid/
Dsetreuid03.c41 static struct passwd nobody, bin, root; variable
57 &nobody.pw_uid, &nobody.pw_uid, &pass, &nobody, &nobody,
59 &neg_one, &nobody.pw_uid, &pass, &nobody, &nobody,
61 &nobody.pw_uid, &neg_one, &pass, &nobody, &nobody,
63 &neg_one, &neg_one, &pass, &nobody, &nobody, "After setreuid(-1, -1),"},
65 &neg_one, &root.pw_uid, &fail, &nobody, &nobody,
67 &root.pw_uid, &neg_one, &fail, &nobody, &nobody,
69 &root.pw_uid, &root.pw_uid, &fail, &nobody, &nobody,
71 &root.pw_uid, &nobody.pw_uid, &fail, &nobody, &nobody,
73 &root.pw_uid, &bin.pw_uid, &fail, &nobody, &nobody,
[all …]
Dsetreuid05.c40 static struct passwd nobody, daemonpw, root, bin; variable
51 &nobody.pw_uid, &root.pw_uid, &pass, &nobody, &root, "Initially"}, {
52 &neg_one, &nobody.pw_uid, &pass, &nobody, &nobody,
54 &neg_one, &root.pw_uid, &pass, &nobody, &root,
62 &neg_one, &nobody.pw_uid, &fail, &daemonpw, &bin,
170 nobody = *(getpwnam("nobody")); in setup()
171 UID16_CHECK(nobody.pw_uid, setreuid, cleanup); in setup()
Dsetreuid04.c38 static struct passwd nobody, root; variable
54 &nobody.pw_uid, &nobody.pw_uid, &nobody, &nobody,
123 nobody = *(getpwnam("nobody")); in setup()
124 UID16_CHECK(nobody.pw_uid, setreuid, cleanup); in setup()
Dsetreuid02.c36 static struct passwd nobody, daemonpw, root, bin; variable
52 &nobody.pw_uid, &neg_one, &nobody, &root, "After setreuid(nobody, -1)"},
118 nobody = *(getpwnam("nobody")); in setup()
119 UID16_CHECK(nobody.pw_uid, setreuid, cleanup); in setup()
/external/ltp/testcases/kernel/syscalls/setresgid/
Dsetresgid03.c100 static struct passwd nobody, bin, root; variable
108 {&neg, &neg, &bin.pw_gid, &nobody, &nobody, &nobody},
109 {&neg, &bin.pw_gid, &neg, &nobody, &nobody, &nobody},
110 {&bin.pw_gid, &neg, &neg, &nobody, &nobody, &nobody},
111 {&bin.pw_gid, &bin.pw_gid, &bin.pw_gid, &nobody, &nobody, &nobody},
211 nobody = *passwd_p; in setup()
212 GID16_CHECK((nobody_gid = nobody.pw_gid), "setresgid", cleanup) in setup()
220 if (setuid(nobody.pw_uid) == -1) { in setup()
Dsetresgid01.c94 static struct passwd nobody, root; variable
105 {&neg, &neg, &nobody.pw_gid, &root, &root, &nobody,
107 {&neg, &nobody.pw_gid, &neg, &root, &nobody, &nobody,
109 {&nobody.pw_gid, &neg, &neg, &nobody, &nobody, &nobody,
201 nobody = *passwd_p; in setup()
202 GID16_CHECK((nobody_gid = nobody.pw_gid), "setresgid", cleanup) in setup()
Dsetresgid02.c99 static struct passwd nobody, bin, root; variable
108 {&neg, &neg, &neg, &root, &nobody, &nobody,
110 {&neg, &neg, &bin.pw_gid, &root, &nobody, &bin,
118 {&root.pw_gid, &nobody.pw_gid, &nobody.pw_gid, &root, &nobody, &nobody,
215 nobody = *passwd_p; in setup()
216 GID16_CHECK((nobody_gid = nobody.pw_gid), "setresgid", cleanup) in setup()
/external/ltp/testcases/kernel/syscalls/setresuid/
Dsetresuid02.c80 struct passwd nobody, bin; variable
97 &neg_one, &neg_one, &bin_pw_uid, &nobody, &bin, &bin,
99 &neg_one, &nobody_pw_uid, &neg_one, &nobody, &nobody, &bin,
101 &bin_pw_uid, &neg_one, &neg_one, &bin, &nobody, &bin,
189 nobody = *(getpwnam("nobody")); in setup()
190 UID16_CHECK((nobody_pw_uid = nobody.pw_uid), "setresuid", cleanup) in setup()
Dsetresuid01.c78 struct passwd nobody, bin, root; variable
97 &neg_one, &neg_one, &nobody_pw_uid, &root, &root, &nobody,
99 &neg_one, &bin_pw_uid, &neg_one, &root, &bin, &nobody,
107 &nobody_pw_uid, &neg_one, &neg_one, &nobody, &root, &bin,
109 &neg_one, &root_pw_uid, &neg_one, &nobody, &root, &bin,
181 nobody = *(getpwnam("nobody")); in setup()
182 UID16_CHECK((nobody_pw_uid = nobody.pw_uid), "setresuid", cleanup) in setup()
Dsetresuid03.c86 struct passwd nobody, bin, root; variable
202 nobody = *(getpwnam("nobody")); in setup()
203 UID16_CHECK((nobody_pw_uid = nobody.pw_uid), "setresuid", cleanup) in setup()
/external/python/cpython2/Lib/
DCGIHTTPServer.py227 nobody = nobody_uid()
243 os.setuid(nobody)
345 nobody = None variable
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()))
360 return nobody
/external/ltp/testcases/kernel/syscalls/setegid/
Dsetegid01.c62 struct passwd *nobody; in setup() local
70 nobody = SAFE_GETPWNAM(cleanup, "nobody"); in setup()
72 nobody_gid = nobody->pw_gid; in setup()
/external/ltp/testcases/kernel/security/integrity/ima/tests/
Dima_measurements.sh104 chown nobody.nobody user
110 sudo -n -u nobody sh -c "echo $(date) - create test.txt > ./test.txt;
/external/ltp/testcases/kernel/syscalls/swapoff/
Dswapoff02.c128 struct passwd *nobody; in setup() local
134 nobody = SAFE_GETPWNAM(NULL, "nobody"); in setup()
135 nobody_uid = nobody->pw_uid; in setup()
/external/ltp/testcases/kernel/syscalls/swapon/
Dswapon02.c124 struct passwd *nobody; in setup() local
130 nobody = SAFE_GETPWNAM(cleanup, "nobody"); in setup()
131 nobody_uid = nobody->pw_uid; in setup()
/external/ltp/
DIDcheck.sh79 fe nobody "$passwd"; NO_NOBODY_ID=$?
83 fe nobody "$group" || fe nogroup "$group"; NO_NOBODY_GRP=$?
133 make_user_group nobody 65534 $NO_NOBODY_ID $NO_NOBODY_GRP
/external/ltp/testcases/kernel/syscalls/chmod/
Dchmod06.c165 struct passwd *nobody; in setup() local
174 nobody = SAFE_GETPWNAM(NULL, "nobody"); in setup()
175 nobody_uid = nobody->pw_uid; in setup()
/external/ltp/testcases/kernel/syscalls/setregid/
Dsetregid03.c44 struct passwd nobody; variable
107 if (seteuid(nobody.pw_uid) == -1) in main()
186 nobody = *(getpwnam("nobody")); in setup()
/external/libcap/kdebug/
Dtest-passwd2 nobody:x:99:99:Nobody:/:/sbin/nologin
/external/autotest/client/tests/xmtest/
Dcontrol12 job.run_test('xmtest', args='-e nobody@nowhere.org -d xmtest')
/external/openssh/regress/
Dagent-getpeereid.sh6 UNPRIV=nobody
/external/dnsmasq/contrib/Suse/
Drc.dnsmasq-suse35 startproc -p $NAMED_PID $NAMED_BIN -u nobody
/external/valgrind/none/tests/solaris/
Dreserve_sysstat_addr.stderr.exp7 or because nobody has yet needed it. In any case, let us know at
Dreserve_sysstat_zone_addr.stderr.exp7 or because nobody has yet needed it. In any case, let us know at
/external/python/cpython2/Lib/email/test/data/
Dmsg_05.txt23 From: nobody@python.org

123456