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.service2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test-execute/exec-protectkernellogs-yes-capabilities.service b/test/test-execute/exec-protectkernellogs-yes-capabilities.service
index 6fe1241..646ff75 100644
--- a/test/test-execute/exec-protectkernellogs-yes-capabilities.service
+++ b/test/test-execute/exec-protectkernellogs-yes-capabilities.service
@@ -5,5 +5,5 @@ 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'
+ExecStart=sh -x -c '! capsh --print | sed -re "s/[^ ]+?\-[epi]+//g" -e '/IAB/d' | grep cap_syslog'
Type=oneshot