summaryrefslogtreecommitdiff
path: root/test/exec-systemcallfilter-not-failing.service
diff options
context:
space:
mode:
Diffstat (limited to 'test/exec-systemcallfilter-not-failing.service')
-rw-r--r--test/exec-systemcallfilter-not-failing.service9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/exec-systemcallfilter-not-failing.service b/test/exec-systemcallfilter-not-failing.service
new file mode 100644
index 0000000000..feb206ab6d
--- /dev/null
+++ b/test/exec-systemcallfilter-not-failing.service
@@ -0,0 +1,9 @@
+[Unit]
+Description=Test for SystemCallFilter
+
+[Service]
+ExecStart=/bin/echo "Foo bar"
+SystemCallFilter=~read write open execve ioperm
+SystemCallFilter=ioctl
+SystemCallFilter=read write open execve
+SystemCallFilter=~ioperm