HomeSort by relevance Sort by last modified time
    Searched defs:nobody_uid (Results 1 - 25 of 82) sorted by null

1 2 3 4

  /external/ltp/testcases/kernel/syscalls/chdir/
chdir03.c 38 static uid_t nobody_uid; variable
46 SAFE_SETUID(nobody_uid);
70 nobody_uid = pw->pw_uid;
  /external/ltp/testcases/kernel/syscalls/chroot/
chroot01.c 63 char nobody_uid[] = "nobody"; variable
102 if ((ltpuser = getpwnam(nobody_uid)) == NULL)
chroot04.c 59 char nobody_uid[] = "nobody"; variable
117 ltpuser = getpwnam(nobody_uid);
  /external/ltp/testcases/kernel/syscalls/ipc/shmget/
shmget04.c 58 char nobody_uid[] = "nobody"; variable
118 ltpuser = getpwnam(nobody_uid);
  /external/ltp/testcases/kernel/syscalls/munlockall/
munlockall02.c 81 static char nobody_uid[] = "nobody"; variable
126 if ((ltpuser = getpwnam(nobody_uid)) == NULL) {
  /external/ltp/testcases/kernel/syscalls/setfsgid/
setfsgid03.c 39 static char nobody_uid[] = "nobody"; variable
90 ltpuser = getpwnam(nobody_uid);
93 nobody_uid);
  /external/ltp/testcases/kernel/syscalls/setfsuid/
setfsuid03.c 41 static char nobody_uid[] = "nobody"; variable
90 ltpuser = getpwnam(nobody_uid);
93 nobody_uid);
  /external/ltp/testcases/kernel/syscalls/setuid/
setuid03.c 38 static char nobody_uid[] = "nobody"; variable
79 ltpuser = getpwnam(nobody_uid);
82 nobody_uid);
  /external/ltp/testcases/kernel/syscalls/vhangup/
vhangup01.c 37 static uid_t nobody_uid; variable
58 retval = setreuid(nobody_uid, nobody_uid);
86 nobody_uid = pw->pw_uid;
  /external/ltp/testcases/kernel/security/dirtyc0w/
dirtyc0w.c 53 static uid_t nobody_uid; variable
62 nobody_uid = pw->pw_uid;
80 SAFE_SETUID(nobody_uid);
  /external/ltp/testcases/kernel/syscalls/chmod/
chmod03.c 94 char nobody_uid[] = "nobody"; variable
149 ltpuser = getpwnam(nobody_uid);
chmod04.c 94 char nobody_uid[] = "nobody"; variable
165 ltpuser = getpwnam(nobody_uid);
  /external/ltp/testcases/kernel/syscalls/chown/
chown03.c 93 char nobody_uid[] = "nobody"; variable
170 ltpuser = getpwnam(nobody_uid);
  /external/ltp/testcases/kernel/syscalls/creat/
creat04.c 36 static uid_t nobody_uid; variable
47 SAFE_SETEUID(nobody_uid);
77 nobody_uid = pw->pw_uid;
  /external/ltp/testcases/kernel/syscalls/execve/
execve02.c 54 static uid_t nobody_uid; variable
60 SAFE_SETEUID(NULL, nobody_uid);
118 nobody_uid = pwd->pw_uid;
  /external/ltp/testcases/kernel/syscalls/fchmod/
fchmod03.c 93 char nobody_uid[] = "nobody"; variable
148 ltpuser = getpwnam(nobody_uid);
fchmod04.c 96 char nobody_uid[] = "nobody"; variable
158 ltpuser = getpwnam(nobody_uid);
  /external/ltp/testcases/kernel/syscalls/fchown/
fchown03.c 54 char nobody_uid[] = "nobody"; variable
115 ltpuser = SAFE_GETPWNAM(cleanup, nobody_uid);
  /external/ltp/testcases/kernel/syscalls/fstat/
fstat05.c 100 char nobody_uid[] = "nobody"; variable
208 ltpuser = getpwnam(nobody_uid);
  /external/ltp/testcases/kernel/syscalls/ipc/semctl/
semctl02.c 59 char nobody_uid[] = "nobody"; variable
123 ltpuser = getpwnam(nobody_uid);
  /external/ltp/testcases/kernel/syscalls/ipc/semget/
semget02.c 59 char nobody_uid[] = "nobody"; variable
127 ltpuser = getpwnam(nobody_uid);
  /external/ltp/testcases/kernel/syscalls/mkdir/
mkdir05.c 44 char nobody_uid[] = "nobody"; variable
118 ltpuser = getpwnam(nobody_uid);
  /external/ltp/testcases/kernel/syscalls/mount/
mount04.c 86 char nobody_uid[] = "nobody"; local
103 ltpuser = SAFE_GETPWNAM(cleanup, nobody_uid);
  /external/ltp/testcases/kernel/syscalls/open/
open05.c 46 static uid_t nobody_uid; variable
70 if (seteuid(nobody_uid) == -1) {
121 nobody_uid = pw->pw_uid;
  /external/ltp/testcases/kernel/syscalls/readlink/
readlink01.c 90 char nobody_uid[] = "nobody"; variable
159 if ((ltpuser = getpwnam(nobody_uid)) == NULL) {
160 tst_brkm(TBROK, cleanup, "getpwname(nobody_uid) failed ");

Completed in 576 milliseconds

1 2 3 4