HomeSort by relevance Sort by last modified time
    Searched refs:nobody_gid (Results 1 - 7 of 7) sorted by null

  /external/ltp/testcases/kernel/syscalls/setegid/
setegid01.c 41 static gid_t nobody_gid; variable
72 nobody_gid = nobody->pw_gid;
84 tst_resm(TINFO, "calling setegid(nobody_gid %d)", nobody_gid);
85 SAFE_SETEGID(cleanup, nobody_gid);
92 if (nobody_gid != cur_egid) {
  /external/ltp/testcases/kernel/security/dirtyc0w/
dirtyc0w.c 54 static gid_t nobody_gid; variable
63 nobody_gid = pw->pw_gid;
79 SAFE_SETGID(nobody_gid);
  /external/ltp/testcases/kernel/syscalls/setresgid/
setresgid03.c 102 static uid_t nobody_gid, bin_gid, neg = -1; variable
210 GID16_CHECK((nobody_gid = nobody.pw_gid), "setresgid", cleanup)
213 if (setresgid(nobody_gid, nobody_gid, nobody_gid) == -1) {
setresgid02.c 101 static uid_t nobody_gid, root_gid, bin_gid, neg = -1; variable
214 GID16_CHECK((nobody_gid = nobody.pw_gid), "setresgid", cleanup)
217 if (setresgid(-1, nobody_gid, nobody_gid) == -1) {
setresgid01.c 96 static uid_t nobody_gid, root_gid, neg = -1; variable
200 GID16_CHECK((nobody_gid = nobody.pw_gid), "setresgid", cleanup)
  /external/ltp/testcases/kernel/syscalls/mkdir/
mkdir02.c 87 static gid_t nobody_gid, bin_gid; variable
134 rval = setregid(nobody_gid, nobody_gid);
140 nobody_gid, nobody_gid);
314 nobody_gid = pw->pw_gid;
  /external/ltp/testcases/kernel/syscalls/setgid/
setgid02.c 38 static char nobody_gid[] = "nobody"; variable

Completed in 507 milliseconds