Home
last modified time | relevance | path

Searched refs:SAFE_SETGID (Results 1 – 21 of 21) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/getgid/
Dgetgid01.c32 SAFE_SETGID(ltpuser->pw_gid); in setup()
/third_party/ltp/testcases/kernel/syscalls/setgid/
Dsetgid02.c37 SAFE_SETGID(nobody->pw_gid); in setup()
/third_party/ltp/testcases/kernel/syscalls/fchmod/
Dfchmod02.c58 SAFE_SETGID(ltpgroup->gr_gid); in setup()
/third_party/ltp/testcases/kernel/security/dirtyc0w/
Ddirtyc0w.c71 SAFE_SETGID(nobody_gid); in dirtyc0w_test()
/third_party/ltp/testcases/kernel/syscalls/chmod/
Dchmod07.c83 SAFE_SETGID(group1_gid); in setup()
/third_party/ltp/testcases/kernel/syscalls/open/
Dopen08.c104 SAFE_SETGID(ltpuser->pw_gid); in setup()
Dopen10.c106 SAFE_SETGID(nobody_gid); in run()
/third_party/ltp/testcases/kernel/containers/userns/
Duserns08.c80 SAFE_SETGID(0); in ns_level1()
/third_party/ltp/testcases/kernel/syscalls/execve/
Dexecve03.c88 SAFE_SETGID(ltpuser->pw_gid); in setup()
/third_party/ltp/testcases/kernel/syscalls/prctl/
Dprctl06.c44 SAFE_SETGID(nobody_gid); in do_prctl()
/third_party/ltp/testcases/kernel/syscalls/creat/
Dcreat09.c74 SAFE_SETGID(ltpuser->pw_gid); in setup()
Dcreat08.c108 SAFE_SETGID(nobody_gid); in run()
/third_party/ltp/testcases/kernel/syscalls/setregid/
Dsetregid02.c108 SAFE_SETGID(ltpuser->pw_gid); in setup()
/third_party/ltp/testcases/kernel/syscalls/mknod/
Dmknod03.c259 SAFE_SETGID(cleanup, group1_gid); in setup()
Dmknod08.c259 SAFE_SETGID(cleanup, group1_gid); in setup()
Dmknod02.c264 SAFE_SETGID(cleanup, group1_gid); in setup()
Dmknod04.c264 SAFE_SETGID(cleanup, group1_gid); in setup()
/third_party/ltp/testcases/kernel/connectors/pec/
Devent_generator.c108 SAFE_SETGID(ltp_gid); in gen_gid()
/third_party/ltp/testcases/kernel/syscalls/ipc/shmget/
Dshmget02.c104 SAFE_SETGID(pw->pw_gid); in do_test()
/third_party/ltp/include/old/
Dsafe_macros.h79 #define SAFE_SETGID(cleanup_fn, gid) \ macro
/third_party/ltp/include/
Dtst_safe_macros.h105 #define SAFE_SETGID(gid) \ macro