Home
last modified time | relevance | path

Searched refs:PR_GET_KEEPCAPS (Results 1 – 25 of 29) sorted by relevance

12

/external/ltp/testcases/kernel/security/securebits/
Dcheck_keepcaps.c104 ret = prctl(PR_GET_KEEPCAPS); in main()
124 ret = prctl(PR_GET_KEEPCAPS); in main()
137 ret = prctl(PR_GET_KEEPCAPS); in main()
/external/strace/xlat/
Dprctl_options.h48 #if defined(PR_GET_KEEPCAPS) || (defined(HAVE_DECL_PR_GET_KEEPCAPS) && HAVE_DECL_PR_GET_KEEPCAPS)
50 static_assert((PR_GET_KEEPCAPS) == (7), "PR_GET_KEEPCAPS != 7");
53 # define PR_GET_KEEPCAPS 7
380 XLAT(PR_GET_KEEPCAPS),
Dprctl_options.in7 PR_GET_KEEPCAPS 7
/external/libcap/libcap/include/uapi/linux/
Dprctl.h21 #define PR_GET_KEEPCAPS 7 macro
/external/kernel-headers/original/uapi/linux/
Dprctl.h24 #define PR_GET_KEEPCAPS 7 macro
/external/minijail/linux-x86/
Dlibconstants.gen.c830 #ifdef PR_GET_KEEPCAPS
831 { "PR_GET_KEEPCAPS", (unsigned long) PR_GET_KEEPCAPS },
/external/libcap/libcap/
Dlibcap.h194 #define PR_GET_KEEPCAPS 7 macro
/external/strace/
Dprctl.c123 case PR_GET_KEEPCAPS: in SYS_FUNC()
/external/syzkaller/sys/linux/
Dsys_386.const396 PR_GET_KEEPCAPS = 7
Dsys_amd64.const396 PR_GET_KEEPCAPS = 7
Dsys_arm.const396 PR_GET_KEEPCAPS = 7
Dsys_ppc64le.const396 PR_GET_KEEPCAPS = 7
Dsys_arm64.const396 PR_GET_KEEPCAPS = 7
/external/libcap/progs/
Dcapsh.c536 set = prctl(PR_GET_KEEPCAPS); in main()
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_linux_sparc64.go1031 PR_GET_KEEPCAPS = 0x7 const
Dzerrors_linux_mipsle.go1287 PR_GET_KEEPCAPS = 0x7 const
Dzerrors_linux_s390x.go1286 PR_GET_KEEPCAPS = 0x7 const
Dzerrors_linux_arm.go1286 PR_GET_KEEPCAPS = 0x7 const
Dzerrors_linux_ppc64le.go1289 PR_GET_KEEPCAPS = 0x7 const
Dzerrors_linux_mips64.go1287 PR_GET_KEEPCAPS = 0x7 const
Dzerrors_linux_ppc64.go1289 PR_GET_KEEPCAPS = 0x7 const
Dzerrors_linux_amd64.go1288 PR_GET_KEEPCAPS = 0x7 const
Dzerrors_linux_mips64le.go1287 PR_GET_KEEPCAPS = 0x7 const
Dzerrors_linux_386.go1288 PR_GET_KEEPCAPS = 0x7 const
Dzerrors_linux_mips.go1287 PR_GET_KEEPCAPS = 0x7 const

12