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

  /external/minijail/
system.h 21 #ifndef PR_CAP_AMBIENT
22 #define PR_CAP_AMBIENT 47
  /external/linux-kselftest/tools/testing/selftests/capabilities/
validate_cap.c 12 #ifndef PR_CAP_AMBIENT
13 #define PR_CAP_AMBIENT 47
72 if (prctl(PR_CAP_AMBIENT, PR_CAP_AMBIENT_IS_SET, CAP_NET_BIND_SERVICE, 0, 0, 0) != bool_arg(argv, 4)) {
test_execve.c 23 #ifndef PR_CAP_AMBIENT
24 #define PR_CAP_AMBIENT 47
285 if (prctl(PR_CAP_AMBIENT, PR_CAP_AMBIENT_RAISE, CAP_NET_BIND_SERVICE, 0, 0, 0) != -1 || errno != EPERM) {
302 if (prctl(PR_CAP_AMBIENT, PR_CAP_AMBIENT_RAISE, CAP_NET_RAW, 0, 0, 0) != -1 || errno != EPERM) {
313 if (prctl(PR_CAP_AMBIENT, PR_CAP_AMBIENT_RAISE, CAP_NET_BIND_SERVICE, 0, 0, 0) != 0) {
320 if (prctl(PR_CAP_AMBIENT, PR_CAP_AMBIENT_IS_SET, CAP_NET_BIND_SERVICE, 0, 0, 0) != 1) {
325 if (prctl(PR_CAP_AMBIENT, PR_CAP_AMBIENT_CLEAR_ALL, 0, 0, 0, 0) != 0)
329 if (prctl(PR_CAP_AMBIENT, PR_CAP_AMBIENT_IS_SET, CAP_NET_BIND_SERVICE, 0, 0, 0) != 0) {
335 if (prctl(PR_CAP_AMBIENT, PR_CAP_AMBIENT_RAISE, CAP_NET_BIND_SERVICE, 0, 0, 0) != 0)
343 if (prctl(PR_CAP_AMBIENT, PR_CAP_AMBIENT_IS_SET, CAP_NET_BIND_SERVICE, 0, 0, 0) != 0)
    [all...]
  /external/strace/xlat/
prctl_options.h 137 #if !(defined(PR_CAP_AMBIENT) || (defined(HAVE_DECL_PR_CAP_AMBIENT) && HAVE_DECL_PR_CAP_AMBIENT))
138 # define PR_CAP_AMBIENT 47
197 XLAT(PR_CAP_AMBIENT),
  /bionic/libc/kernel/uapi/linux/
prctl.h 127 #define PR_CAP_AMBIENT 47
  /external/kernel-headers/original/uapi/linux/
prctl.h 195 #define PR_CAP_AMBIENT 47
  /libcore/luni/src/main/java/android/system/
OsConstants.java 392 /** @hide */ public static final int PR_CAP_AMBIENT = 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 743 milliseconds