Searched refs:PR_CAP_AMBIENT_IS_SET (Results 1 – 20 of 20) sorted by relevance
/external/strace/xlat/ |
D | pr_cap_ambient.h | 6 #if defined(PR_CAP_AMBIENT_IS_SET) || (defined(HAVE_DECL_PR_CAP_AMBIENT_IS_SET) && HAVE_DECL_PR_CAP… 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),
|
D | pr_cap_ambient.in | 1 PR_CAP_AMBIENT_IS_SET 1
|
/external/linux-kselftest/tools/testing/selftests/capabilities/ |
D | validate_cap.c | 14 # define PR_CAP_AMBIENT_IS_SET 1 macro 72 …if (prctl(PR_CAP_AMBIENT, PR_CAP_AMBIENT_IS_SET, CAP_NET_BIND_SERVICE, 0, 0, 0) != bool_arg(argv, … in main()
|
D | test_execve.c | 25 # define PR_CAP_AMBIENT_IS_SET 1 macro 320 if (prctl(PR_CAP_AMBIENT, PR_CAP_AMBIENT_IS_SET, CAP_NET_BIND_SERVICE, 0, 0, 0) != 1) { in do_tests() 329 if (prctl(PR_CAP_AMBIENT, PR_CAP_AMBIENT_IS_SET, CAP_NET_BIND_SERVICE, 0, 0, 0) != 0) { in do_tests() 343 if (prctl(PR_CAP_AMBIENT, PR_CAP_AMBIENT_IS_SET, CAP_NET_BIND_SERVICE, 0, 0, 0) != 0) { in do_tests()
|
/external/minijail/ |
D | system.h | 25 #ifndef PR_CAP_AMBIENT_IS_SET 26 #define PR_CAP_AMBIENT_IS_SET 1 macro
|
D | system.c | 176 return prctl(PR_CAP_AMBIENT, PR_CAP_AMBIENT_IS_SET, CAP_CHOWN, 0, 0) >= in cap_ambient_supported()
|
/external/kernel-headers/original/uapi/linux/ |
D | prctl.h | 196 # define PR_CAP_AMBIENT_IS_SET 1 macro
|
/external/strace/ |
D | prctl.c | 284 case PR_CAP_AMBIENT_IS_SET: in SYS_FUNC()
|
/external/syzkaller/vendor/golang.org/x/sys/unix/ |
D | zerrors_linux_sparc64.go | 1005 PR_CAP_AMBIENT_IS_SET = 0x1 const
|
D | zerrors_linux_mipsle.go | 1261 PR_CAP_AMBIENT_IS_SET = 0x1 const
|
D | zerrors_linux_s390x.go | 1260 PR_CAP_AMBIENT_IS_SET = 0x1 const
|
D | zerrors_linux_arm.go | 1260 PR_CAP_AMBIENT_IS_SET = 0x1 const
|
D | zerrors_linux_ppc64le.go | 1263 PR_CAP_AMBIENT_IS_SET = 0x1 const
|
D | zerrors_linux_mips64.go | 1261 PR_CAP_AMBIENT_IS_SET = 0x1 const
|
D | zerrors_linux_ppc64.go | 1263 PR_CAP_AMBIENT_IS_SET = 0x1 const
|
D | zerrors_linux_amd64.go | 1262 PR_CAP_AMBIENT_IS_SET = 0x1 const
|
D | zerrors_linux_mips64le.go | 1261 PR_CAP_AMBIENT_IS_SET = 0x1 const
|
D | zerrors_linux_386.go | 1262 PR_CAP_AMBIENT_IS_SET = 0x1 const
|
D | zerrors_linux_mips.go | 1261 PR_CAP_AMBIENT_IS_SET = 0x1 const
|
D | zerrors_linux_arm64.go | 1263 PR_CAP_AMBIENT_IS_SET = 0x1 const
|