Home
last modified time | relevance | path

Searched refs:S_ISGID (Results 1 – 4 of 4) sorted by relevance

/tools/perf/trace/beauty/
Dmode_t.c11 #define S_IALLUGO (S_ISUID|S_ISGID|S_ISVTX|S_IRWXUGO)
/tools/include/uapi/linux/
Dstat.h18 #define S_ISGID 0002000 macro
/tools/testing/selftests/capabilities/
Dtest_execve.c254 if (chmod("validate_cap_sgidroot", S_ISGID | 0710) != 0) in do_tests()
261 if (chmod("validate_cap_sgidnonroot", S_ISGID | 0710) != 0) in do_tests()
/tools/testing/selftests/bpf/progs/
Dprofiler.inc.h29 #define S_ISGID 0002000 macro