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

  /external/libcap/libcap/include/uapi/linux/
prctl.h 148 #define PR_GET_NO_NEW_PRIVS 39
  /external/strace/xlat/
prctl_options.h 265 #if defined(PR_GET_NO_NEW_PRIVS) || (defined(HAVE_DECL_PR_GET_NO_NEW_PRIVS) && HAVE_DECL_PR_GET_NO_NEW_PRIVS)
267 static_assert((PR_GET_NO_NEW_PRIVS) == (39), "PR_GET_NO_NEW_PRIVS != 39");
270 # define PR_GET_NO_NEW_PRIVS 39
411 XLAT(PR_GET_NO_NEW_PRIVS),
  /bionic/libc/kernel/uapi/linux/
prctl.h 117 #define PR_GET_NO_NEW_PRIVS 39
  /external/kernel-headers/original/uapi/linux/
prctl.h 176 #define PR_GET_NO_NEW_PRIVS 39
  /external/minijail/linux-x86/
libconstants.gen.c 836 #ifdef PR_GET_NO_NEW_PRIVS
837 { "PR_GET_NO_NEW_PRIVS", (unsigned long) PR_GET_NO_NEW_PRIVS },
838 #endif // PR_GET_NO_NEW_PRIVS
    [all...]
  /external/autotest/client/site_tests/security_SeccompSyscallFilters/src/
resumption.c 29 #define PR_GET_NO_NEW_PRIVS 39
sigsegv.c 33 #define PR_GET_NO_NEW_PRIVS 39
seccomp_bpf_tests.c 34 #define PR_GET_NO_NEW_PRIVS 39
129 long ret = prctl(PR_GET_NO_NEW_PRIVS, 0, NULL, 0, 0);
    [all...]
  /external/strace/
prctl.c 426 case PR_GET_NO_NEW_PRIVS:
  /external/linux-kselftest/tools/testing/selftests/seccomp/
seccomp_bpf.c 58 #define PR_GET_NO_NEW_PRIVS 39
243 ret = prctl(PR_GET_NO_NEW_PRIVS, 0, NULL, 0, 0);
    [all...]
  /external/seccomp-tests/linux/
seccomp_bpf.c 48 #define PR_GET_NO_NEW_PRIVS 39
166 ret = prctl(PR_GET_NO_NEW_PRIVS, 0, NULL, 0, 0);
    [all...]
  /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 3172 milliseconds