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

  /external/strace/xlat/
pr_cap_ambient.h 6 #if defined(PR_CAP_AMBIENT_IS_SET) || (defined(HAVE_DECL_PR_CAP_AMBIENT_IS_SET) && HAVE_DECL_PR_CAP_AMBIENT_IS_SET)
8 static_assert((PR_CAP_AMBIENT_IS_SET) == (1), "PR_CAP_AMBIENT_IS_SET != 1");
11 # define PR_CAP_AMBIENT_IS_SET 1
45 XLAT(PR_CAP_AMBIENT_IS_SET),
  /external/linux-kselftest/tools/testing/selftests/capabilities/
validate_cap.c 14 # define PR_CAP_AMBIENT_IS_SET 1
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 25 # define PR_CAP_AMBIENT_IS_SET 1
320 if (prctl(PR_CAP_AMBIENT, PR_CAP_AMBIENT_IS_SET, CAP_NET_BIND_SERVICE, 0, 0, 0) != 1) {
321 ksft_test_result_fail("PR_CAP_AMBIENT_IS_SET is broken\n");
329 if (prctl(PR_CAP_AMBIENT, PR_CAP_AMBIENT_IS_SET, 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) {
  /external/minijail/
system.h 25 #ifndef PR_CAP_AMBIENT_IS_SET
26 #define PR_CAP_AMBIENT_IS_SET 1
system.c 176 return prctl(PR_CAP_AMBIENT, PR_CAP_AMBIENT_IS_SET, CAP_CHOWN, 0, 0) >=
  /bionic/tests/
sys_prctl_test.cpp 96 err = prctl(PR_CAP_AMBIENT, PR_CAP_AMBIENT_IS_SET, CAP_SYS_ADMIN, 0, 0);
107 err = prctl(PR_CAP_AMBIENT, PR_CAP_AMBIENT_IS_SET, ULONG_MAX, 0, 0);
  /bionic/libc/kernel/uapi/linux/
prctl.h 128 #define PR_CAP_AMBIENT_IS_SET 1
  /external/kernel-headers/original/uapi/linux/
prctl.h 196 # define PR_CAP_AMBIENT_IS_SET 1
  /external/strace/
prctl.c 284 case PR_CAP_AMBIENT_IS_SET:
  /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 823 milliseconds