Searched refs:PR_SET_KEEPCAPS (Results 1 - 6 of 6) sorted by relevance

/linux-master/include/uapi/linux/
H A Dprctl.h25 #define PR_SET_KEEPCAPS 8 macro
/linux-master/tools/include/uapi/linux/
H A Dprctl.h25 #define PR_SET_KEEPCAPS 8 macro
/linux-master/tools/testing/selftests/clone3/
H A Dclone3_cap_checkpoint_restore.c165 ASSERT_EQ(prctl(PR_SET_KEEPCAPS, 1, 0, 0, 0), 0);
/linux-master/tools/testing/selftests/safesetid/
H A Dsafesetid-test.c484 if (prctl(PR_SET_KEEPCAPS, 1L))
/linux-master/tools/testing/selftests/capabilities/
H A Dtest_execve.c93 if (prctl(PR_SET_KEEPCAPS, 1, 0, 0, 0) != 0)
94 ksft_exit_fail_msg("PR_SET_KEEPCAPS - %s\n",
/linux-master/security/
H A Dcommoncap.c1332 case PR_SET_KEEPCAPS:

Completed in 134 milliseconds