diff options
author | Djalal Harouni <tixxdz@opendz.org> | 2016-10-07 19:17:34 +0200 |
---|---|---|
committer | Djalal Harouni <tixxdz@opendz.org> | 2016-10-12 13:36:27 +0200 |
commit | 3ae33295f00be5e2836f009bf1991b0caddf80b7 (patch) | |
tree | bb84d8fc0758804eb9e76098217d0e6044cc0456 /Makefile.am | |
parent | 502d704e5ed2d288069471f4e3611115cde107d6 (diff) |
test: add capability tests for ProtectKernelModules=
This just adds capabilities test.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index b09b0cf167..1ea25bb688 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1639,6 +1639,8 @@ EXTRA_DIST += \ test/test-execute/exec-privatedevices-yes.service \ test/test-execute/exec-privatedevices-no-capability-mknod.service \ test/test-execute/exec-privatedevices-yes-capability-mknod.service \ + test/test-execute/exec-protectkernelmodules-no-capabilities.service \ + test/test-execute/exec-protectkernelmodules-yes-capabilities.service \ test/test-execute/exec-privatetmp-no.service \ test/test-execute/exec-privatetmp-yes.service \ test/test-execute/exec-readonlypaths.service \ |