summaryrefslogtreecommitdiffstats
path: root/test/test-execute/exec-systemcallfilter-failing2.service
diff options
context:
space:
mode:
Diffstat (limited to 'test/test-execute/exec-systemcallfilter-failing2.service')
-rw-r--r--test/test-execute/exec-systemcallfilter-failing2.service7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/test-execute/exec-systemcallfilter-failing2.service b/test/test-execute/exec-systemcallfilter-failing2.service
new file mode 100644
index 0000000..2fdc0ed
--- /dev/null
+++ b/test/test-execute/exec-systemcallfilter-failing2.service
@@ -0,0 +1,7 @@
+[Unit]
+Description=Test for SystemCallFilter
+
+[Service]
+ExecStart=/bin/sh -c 'echo "This should not be seen"'
+Type=oneshot
+SystemCallFilter=~write open execve exit_group close mmap munmap fstat DONOTEXIST