summaryrefslogtreecommitdiffstats
path: root/test/test-execute/exec-systemcallfilter-system-user.service
diff options
context:
space:
mode:
Diffstat (limited to 'test/test-execute/exec-systemcallfilter-system-user.service')
-rw-r--r--test/test-execute/exec-systemcallfilter-system-user.service12
1 files changed, 12 insertions, 0 deletions
diff --git a/test/test-execute/exec-systemcallfilter-system-user.service b/test/test-execute/exec-systemcallfilter-system-user.service
new file mode 100644
index 0000000..005c4ac
--- /dev/null
+++ b/test/test-execute/exec-systemcallfilter-system-user.service
@@ -0,0 +1,12 @@
+# SPDX-License-Identifier: LGPL-2.1-or-later
+[Unit]
+Description=Test for SystemCallFilter in system mode with User set (daemon)
+
+[Service]
+ExecStart=/bin/sh -c 'echo "Foo bar"'
+Type=oneshot
+User=daemon
+SystemCallFilter=~read write open execve ioperm
+SystemCallFilter=ioctl
+SystemCallFilter=read write open execve
+SystemCallFilter=~ioperm