From ff4ca461ed0e4022e554144dde1bf4fc75cafdc8 Mon Sep 17 00:00:00 2001 From: Ronny Chevalier Date: Thu, 29 Oct 2015 14:22:23 +0100 Subject: test: add tests to ensure that the capabilities are properly set --- test/exec-capabilityboundingset-simple.service | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 test/exec-capabilityboundingset-simple.service (limited to 'test/exec-capabilityboundingset-simple.service') diff --git a/test/exec-capabilityboundingset-simple.service b/test/exec-capabilityboundingset-simple.service new file mode 100644 index 0000000000..b9037a0ddf --- /dev/null +++ b/test/exec-capabilityboundingset-simple.service @@ -0,0 +1,6 @@ +[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_fowner,cap_kill")' +CapabilityBoundingSet=CAP_FOWNER CAP_KILL -- cgit v1.2.3-54-g00ecf