Home
last modified time | relevance | path

Searched refs:PR_GET_NO_NEW_PRIVS (Results 1 – 11 of 11) sorted by relevance

/external/strace/xlat/
Dprctl_options.h113 #if !(defined(PR_GET_NO_NEW_PRIVS) || (defined(HAVE_DECL_PR_GET_NO_NEW_PRIVS) && HAVE_DECL_PR_GET_N…
114 # define PR_GET_NO_NEW_PRIVS 39 macro
186 XLAT(PR_GET_NO_NEW_PRIVS),
Dprctl_options.in38 PR_GET_NO_NEW_PRIVS 39
/external/tlsdate/src/
Dutil.h21 #ifndef PR_GET_NO_NEW_PRIVS
22 # define PR_GET_NO_NEW_PRIVS 39 macro
Dutil.c122 if (0 == prctl (PR_GET_NO_NEW_PRIVS)) { in no_new_privs()
/external/libchrome/sandbox/linux/system_headers/
Dlinux_seccomp.h62 #define PR_GET_NO_NEW_PRIVS 39 macro
/external/libcap/libcap/include/uapi/linux/
Dprctl.h148 #define PR_GET_NO_NEW_PRIVS 39 macro
/external/kernel-headers/original/uapi/linux/
Dprctl.h175 #define PR_GET_NO_NEW_PRIVS 39 macro
/external/autotest/client/site_tests/security_SeccompSyscallFilters/src/
Dsigsegv.c33 #define PR_GET_NO_NEW_PRIVS 39 macro
Dresumption.c29 #define PR_GET_NO_NEW_PRIVS 39 macro
Dseccomp_bpf_tests.c42 #define PR_GET_NO_NEW_PRIVS 39 macro
137 long ret = prctl(PR_GET_NO_NEW_PRIVS, 0, NULL, 0, 0); in TEST()
/external/strace/
Dprctl.c302 case PR_GET_NO_NEW_PRIVS: in SYS_FUNC()