diff options
Diffstat (limited to 'test/TEST-04-SECCOMP/will-fail2.service')
-rw-r--r-- | test/TEST-04-SECCOMP/will-fail2.service | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/TEST-04-SECCOMP/will-fail2.service b/test/TEST-04-SECCOMP/will-fail2.service new file mode 100644 index 0000000000..f7f1ae9077 --- /dev/null +++ b/test/TEST-04-SECCOMP/will-fail2.service @@ -0,0 +1,6 @@ +[Unit] +Description=Will fail 2 + +[Service] +ExecStart=/bin/echo "This should not be seen" +SystemCallFilter=~write open execve exit_group close mmap munmap fstat DONOTEXIST |