Home
last modified time | relevance | path

Searched refs:PR_CAP_AMBIENT_CLEAR_ALL (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/tools/testing/selftests/capabilities/
H A Dvalidate_cap.c17 # define PR_CAP_AMBIENT_CLEAR_ALL 4 macro
H A Dtest_execve.c28 # define PR_CAP_AMBIENT_CLEAR_ALL 4 macro
325 if (prctl(PR_CAP_AMBIENT, PR_CAP_AMBIENT_CLEAR_ALL, 0, 0, 0, 0) != 0) in do_tests()
/openbmc/linux/tools/include/uapi/linux/
H A Dprctl.h199 # define PR_CAP_AMBIENT_CLEAR_ALL 4 macro
/openbmc/linux/include/uapi/linux/
H A Dprctl.h199 # define PR_CAP_AMBIENT_CLEAR_ALL 4 macro
/openbmc/linux/security/
H A Dcommoncap.c1347 if (arg2 == PR_CAP_AMBIENT_CLEAR_ALL) { in cap_task_prctl()