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

  /external/ltp/testcases/kernel/security/securebits/
check_keepcaps.c 23 (just create a simple executable that checks PR_GET_KEEPCAPS
104 ret = prctl(PR_GET_KEEPCAPS);
124 ret = prctl(PR_GET_KEEPCAPS);
137 ret = prctl(PR_GET_KEEPCAPS);
  /external/libcap/libcap/include/uapi/linux/
prctl.h 21 #define PR_GET_KEEPCAPS 7
  /external/strace/xlat/
prctl_options.h 48 #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),
  /bionic/libc/kernel/uapi/linux/
prctl.h 30 #define PR_GET_KEEPCAPS 7
  /external/kernel-headers/original/uapi/linux/
prctl.h 24 #define PR_GET_KEEPCAPS 7
  /external/libcap/libcap/
libcap.h 194 #define PR_GET_KEEPCAPS 7
  /external/minijail/linux-x86/
libconstants.gen.c 830 #ifdef PR_GET_KEEPCAPS
831 { "PR_GET_KEEPCAPS", (unsigned long) PR_GET_KEEPCAPS },
832 #endif // PR_GET_KEEPCAPS
    [all...]
  /external/strace/
prctl.c 123 case PR_GET_KEEPCAPS:
  /external/libcap/progs/
capsh.c 536 set = prctl(PR_GET_KEEPCAPS);
  /external/syzkaller/vendor/golang.org/x/sys/unix/
zerrors_linux_sparc64.go     [all...]
zerrors_linux_386.go     [all...]
zerrors_linux_amd64.go     [all...]
zerrors_linux_arm.go     [all...]
zerrors_linux_arm64.go     [all...]
zerrors_linux_mips.go     [all...]
zerrors_linux_mips64.go     [all...]
zerrors_linux_mips64le.go     [all...]
zerrors_linux_mipsle.go     [all...]
zerrors_linux_ppc64.go     [all...]
zerrors_linux_ppc64le.go     [all...]
zerrors_linux_s390x.go     [all...]

Completed in 1159 milliseconds