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.service9
1 files changed, 9 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..8cdb8de
--- /dev/null
+++ b/test/test-execute/exec-systemcallfilter-failing2.service
@@ -0,0 +1,9 @@
+# SPDX-License-Identifier: LGPL-2.1-or-later
+[Unit]
+Description=Test for SystemCallFilter
+
+[Service]
+ExecStart=/bin/sh -c '/bin/echo "This should not be seen"'
+Type=oneshot
+LimitCORE=0
+SystemCallFilter=~write open execve fexecve execveat exit_group close mmap munmap fstat DONOTEXIST