summaryrefslogtreecommitdiff
path: root/test/exec-capabilityboundingset-merge.service
diff options
context:
space:
mode:
Diffstat (limited to 'test/exec-capabilityboundingset-merge.service')
-rw-r--r--test/exec-capabilityboundingset-merge.service7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/exec-capabilityboundingset-merge.service b/test/exec-capabilityboundingset-merge.service
new file mode 100644
index 0000000000..b0f4732529
--- /dev/null
+++ b/test/exec-capabilityboundingset-merge.service
@@ -0,0 +1,7 @@
+[Unit]
+Description=Test for CapabilityBoundingSet
+
+[Service]
+ExecStart=/bin/sh -c 'c=$(capsh --print | grep "Bounding set " | cut -f 2 -d "="); echo $c; exit $(test $c = "cap_chown,cap_fowner,cap_kill")'
+CapabilityBoundingSet=CAP_FOWNER
+CapabilityBoundingSet=CAP_KILL CAP_CHOWN