diff options
Diffstat (limited to 'test/TEST-04-SECCOMP/will-not-fail.service')
-rw-r--r-- | test/TEST-04-SECCOMP/will-not-fail.service | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/test/TEST-04-SECCOMP/will-not-fail.service b/test/TEST-04-SECCOMP/will-not-fail.service new file mode 100644 index 0000000000..5c1b59456e --- /dev/null +++ b/test/TEST-04-SECCOMP/will-not-fail.service @@ -0,0 +1,9 @@ +[Unit] +Description=Will not fail + +[Service] +ExecStart=/bin/echo "Foo bar" +SystemCallFilter=~read write open execve ioperm +SystemCallFilter=ioctl +SystemCallFilter=read write open execve +SystemCallFilter=~ioperm |