diff options
Diffstat (limited to 'test/TEST-04-SECCOMP/will-fail.service')
-rw-r--r-- | test/TEST-04-SECCOMP/will-fail.service | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/test/TEST-04-SECCOMP/will-fail.service b/test/TEST-04-SECCOMP/will-fail.service new file mode 100644 index 0000000000..c4e0be90f2 --- /dev/null +++ b/test/TEST-04-SECCOMP/will-fail.service @@ -0,0 +1,8 @@ +[Unit] +Description=Will fail + +[Service] +ExecStart=/bin/echo "This should not be seen" +SystemCallFilter=ioperm +SystemCallFilter=~ioperm +SystemCallFilter=ioperm |