HomeSort by relevance Sort by last modified time
    Searched defs:PR_CAP_AMBIENT_RAISE (Results 1 - 9 of 9) sorted by null

  /external/strace/xlat/
pr_cap_ambient.h 5 #if !(defined(PR_CAP_AMBIENT_RAISE) || (defined(HAVE_DECL_PR_CAP_AMBIENT_RAISE) && HAVE_DECL_PR_CAP_AMBIENT_RAISE))
6 # define PR_CAP_AMBIENT_RAISE 2
24 XLAT(PR_CAP_AMBIENT_RAISE),
  /external/minijail/
system.h 29 #ifndef PR_CAP_AMBIENT_RAISE
30 #define PR_CAP_AMBIENT_RAISE 2
  /external/linux-kselftest/tools/testing/selftests/capabilities/
validate_cap.c 15 # define PR_CAP_AMBIENT_RAISE 2
test_execve.c 26 # define PR_CAP_AMBIENT_RAISE 2
285 if (prctl(PR_CAP_AMBIENT, PR_CAP_AMBIENT_RAISE, CAP_NET_BIND_SERVICE, 0, 0, 0) != -1 || errno != EPERM) {
288 "PR_CAP_AMBIENT_RAISE isn't supported\n");
291 "PR_CAP_AMBIENT_RAISE should have failed eith EPERM on a non-inheritable cap\n");
295 "PR_CAP_AMBIENT_RAISE failed on non-inheritable cap\n");
302 if (prctl(PR_CAP_AMBIENT, PR_CAP_AMBIENT_RAISE, CAP_NET_RAW, 0, 0, 0) != -1 || errno != EPERM) {
304 "PR_CAP_AMBIENT_RAISE should have failed on a non-permitted cap\n");
308 "PR_CAP_AMBIENT_RAISE failed on non-permitted cap\n");
313 if (prctl(PR_CAP_AMBIENT, PR_CAP_AMBIENT_RAISE, CAP_NET_BIND_SERVICE, 0, 0, 0) != 0) {
315 "PR_CAP_AMBIENT_RAISE should have succeeded\n")
    [all...]
  /bionic/libc/kernel/uapi/linux/
prctl.h 129 #define PR_CAP_AMBIENT_RAISE 2
  /external/kernel-headers/original/uapi/linux/
prctl.h 197 # define PR_CAP_AMBIENT_RAISE 2
  /libcore/luni/src/main/java/android/system/
OsConstants.java 393 /** @hide */ public static final int PR_CAP_AMBIENT_RAISE = placeholder();
    [all...]
  /prebuilts/go/darwin-x86/src/syscall/
zerrors_linux_s390x.go     [all...]
  /prebuilts/go/linux-x86/src/syscall/
zerrors_linux_s390x.go     [all...]

Completed in 323 milliseconds