Searched refs:PR_CAP_AMBIENT_CLEAR_ALL (Results 1 - 4 of 4) sorted by relevance

/linux-master/include/uapi/linux/
H A Dprctl.h199 # define PR_CAP_AMBIENT_CLEAR_ALL 4 macro
/linux-master/tools/include/uapi/linux/
H A Dprctl.h199 # define PR_CAP_AMBIENT_CLEAR_ALL 4 macro
/linux-master/tools/testing/selftests/capabilities/
H A Dtest_execve.c313 if (prctl(PR_CAP_AMBIENT, PR_CAP_AMBIENT_CLEAR_ALL, 0, 0, 0, 0) != 0)
314 ksft_exit_fail_msg("PR_CAP_AMBIENT_CLEAR_ALL - %s\n",
319 "PR_CAP_AMBIENT_CLEAR_ALL didn't work\n");
/linux-master/security/
H A Dcommoncap.c1348 if (arg2 == PR_CAP_AMBIENT_CLEAR_ALL) {

Completed in 103 milliseconds