HomeSort by relevance Sort by last modified time
    Searched defs:PR_SET_NO_NEW_PRIVS (Results 1 - 25 of 36) sorted by null

1 2

  /external/autotest/client/site_tests/security_SeccompSyscallFilters/src/
resumption.c 27 #ifndef PR_SET_NO_NEW_PRIVS
28 #define PR_SET_NO_NEW_PRIVS 38
200 ret = prctl(PR_SET_NO_NEW_PRIVS, 1, 0, 0, 0);
sigsegv.c 31 #ifndef PR_SET_NO_NEW_PRIVS
32 #define PR_SET_NO_NEW_PRIVS 38
173 ret = prctl(PR_SET_NO_NEW_PRIVS, 1, 0, 0, 0);
seccomp_bpf_tests.c 40 #ifndef PR_SET_NO_NEW_PRIVS
41 #define PR_SET_NO_NEW_PRIVS 38
110 long ret = prctl(PR_SET_NO_NEW_PRIVS, 1, 0, 0, 0);
112 TH_LOG("Kernel does not support PR_SET_NO_NEW_PRIVS!");
118 long ret = prctl(PR_SET_NO_NEW_PRIVS, 1, NULL, 0, 0);
120 TH_LOG("Kernel does not support PR_SET_NO_NEW_PRIVS!");
162 long ret = prctl(PR_SET_NO_NEW_PRIVS, 1, 0, 0, 0);
183 long ret = prctl(PR_SET_NO_NEW_PRIVS, 1, 0, 0, 0);
198 long ret = prctl(PR_SET_NO_NEW_PRIVS, 1, 0, 0, 0);
215 long ret = prctl(PR_SET_NO_NEW_PRIVS, 1, 0, 0, 0)
    [all...]
  /external/strace/xlat/
prctl_options.h 110 #if !(defined(PR_SET_NO_NEW_PRIVS) || (defined(HAVE_DECL_PR_SET_NO_NEW_PRIVS) && HAVE_DECL_PR_SET_NO_NEW_PRIVS))
111 # define PR_SET_NO_NEW_PRIVS 38
188 XLAT(PR_SET_NO_NEW_PRIVS),
  /external/libcap/libcap/include/uapi/linux/
prctl.h 147 #define PR_SET_NO_NEW_PRIVS 38
  /external/libchrome/base/process/
launch_posix.cc 480 #ifndef PR_SET_NO_NEW_PRIVS
481 #define PR_SET_NO_NEW_PRIVS 38
484 if (prctl(PR_SET_NO_NEW_PRIVS, 1, 0, 0, 0) && errno != EINVAL) {
486 RAW_LOG(FATAL, "prctl(PR_SET_NO_NEW_PRIVS) failed");
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
prctl.h 136 #define PR_SET_NO_NEW_PRIVS 38
  /bionic/libc/kernel/uapi/linux/
prctl.h 116 #define PR_SET_NO_NEW_PRIVS 38
  /external/kernel-headers/original/uapi/linux/
prctl.h 175 #define PR_SET_NO_NEW_PRIVS 38
  /external/seccomp-tests/linux/
seccomp_bpf.c 46 #ifndef PR_SET_NO_NEW_PRIVS
47 #define PR_SET_NO_NEW_PRIVS 38
133 ret = prctl(PR_SET_NO_NEW_PRIVS, 1, 0, 0, 0);
135 TH_LOG("Kernel does not support PR_SET_NO_NEW_PRIVS!");
144 ret = prctl(PR_SET_NO_NEW_PRIVS, 1, NULL, 0, 0);
146 TH_LOG("Kernel does not support PR_SET_NO_NEW_PRIVS!");
201 ret = prctl(PR_SET_NO_NEW_PRIVS, 1, 0, 0, 0);
238 ret = prctl(PR_SET_NO_NEW_PRIVS, 1, 0, 0, 0);
272 ret = prctl(PR_SET_NO_NEW_PRIVS, 1, 0, 0, 0);
295 ret = prctl(PR_SET_NO_NEW_PRIVS, 1, 0, 0, 0)
    [all...]
  /external/linux-kselftest/tools/testing/selftests/seccomp/
seccomp_bpf.c 56 #ifndef PR_SET_NO_NEW_PRIVS
57 #define PR_SET_NO_NEW_PRIVS 38
197 ret = prctl(PR_SET_NO_NEW_PRIVS, 1, 0, 0, 0);
199 TH_LOG("Kernel does not support PR_SET_NO_NEW_PRIVS!");
208 ret = prctl(PR_SET_NO_NEW_PRIVS, 1, NULL, 0, 0);
210 TH_LOG("Kernel does not support PR_SET_NO_NEW_PRIVS!");
265 ret = prctl(PR_SET_NO_NEW_PRIVS, 1, 0, 0, 0);
302 ret = prctl(PR_SET_NO_NEW_PRIVS, 1, 0, 0, 0);
336 ret = prctl(PR_SET_NO_NEW_PRIVS, 1, 0, 0, 0);
359 ret = prctl(PR_SET_NO_NEW_PRIVS, 1, 0, 0, 0)
    [all...]
  /external/minijail/
libminijail.c 51 #ifndef PR_SET_NO_NEW_PRIVS
52 # define PR_SET_NO_NEW_PRIVS 38
    [all...]
  /libcore/luni/src/main/java/android/system/
OsConstants.java 396 public static final int PR_SET_NO_NEW_PRIVS = placeholder();
    [all...]
  /prebuilts/go/darwin-x86/src/syscall/
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...]
  /prebuilts/go/linux-x86/src/syscall/
zerrors_linux_arm64.go     [all...]
zerrors_linux_mips.go     [all...]
zerrors_linux_mips64.go     [all...]
zerrors_linux_mips64le.go     [all...]

Completed in 922 milliseconds

1 2