summaryrefslogtreecommitdiffstats
path: root/test/test-execute/exec-protectkernellogs-yes-capabilities.service
diff options
context:
space:
mode:
Diffstat (limited to 'test/test-execute/exec-protectkernellogs-yes-capabilities.service')
-rw-r--r--test/test-execute/exec-protectkernellogs-yes-capabilities.service9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/test-execute/exec-protectkernellogs-yes-capabilities.service b/test/test-execute/exec-protectkernellogs-yes-capabilities.service
new file mode 100644
index 0000000..6fe1241
--- /dev/null
+++ b/test/test-execute/exec-protectkernellogs-yes-capabilities.service
@@ -0,0 +1,9 @@
+# SPDX-License-Identifier: LGPL-2.1-or-later
+[Unit]
+Description=Test CAP_SYSLOG for ProtectKernelLogs=yes
+
+[Service]
+ProtectKernelLogs=yes
+# sed: remove dropped (cap_xxx-[epi]) and IAB capabilities from the output
+ExecStart=/bin/sh -x -c '! capsh --print | sed -re "s/[^ ]+?\-[epi]+//g" -e '/IAB/d' | grep cap_syslog'
+Type=oneshot