diff options
Diffstat (limited to 'tools/regression/security/cap_test/cap_test.c')
-rw-r--r-- | tools/regression/security/cap_test/cap_test.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/regression/security/cap_test/cap_test.c b/tools/regression/security/cap_test/cap_test.c index c583454..580ce4e 100644 --- a/tools/regression/security/cap_test/cap_test.c +++ b/tools/regression/security/cap_test/cap_test.c @@ -49,6 +49,8 @@ struct test all_tests[] = { TEST_INIT(capmode), TEST_INIT(capabilities), TEST_INIT(fcntl), + TEST_INIT(pdfork), + TEST_INIT(pdkill), TEST_INIT(relative), TEST_INIT(sysctl), }; |