diff options
author | Ronny Chevalier <chevalier.ronny@gmail.com> | 2015-10-29 14:22:23 +0100 |
---|---|---|
committer | Ronny Chevalier <chevalier.ronny@gmail.com> | 2015-10-29 17:14:18 +0100 |
commit | ff4ca461ed0e4022e554144dde1bf4fc75cafdc8 (patch) | |
tree | 27976b14e9dd7596c40c6af43f23debd7e3541ac /test/exec-capabilityboundingset-invert.service | |
parent | db27190d544c12484ccc668616c0d0eb08bc2b73 (diff) |
test: add tests to ensure that the capabilities are properly set
Diffstat (limited to 'test/exec-capabilityboundingset-invert.service')
-rw-r--r-- | test/exec-capabilityboundingset-invert.service | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/exec-capabilityboundingset-invert.service b/test/exec-capabilityboundingset-invert.service new file mode 100644 index 0000000000..e2b09e1550 --- /dev/null +++ b/test/exec-capabilityboundingset-invert.service @@ -0,0 +1,6 @@ +[Unit] +Description=Test for CapabilityBoundingSet + +[Service] +ExecStart=/bin/sh -c 'c=$(capsh --print | grep "Bounding set " | grep "cap_chown"); echo $c; exit $(test -z $c)' +CapabilityBoundingSet=~CAP_CHOWN |