summaryrefslogtreecommitdiff
path: root/test/TEST-04-SECCOMP/will-not-fail.service
diff options
context:
space:
mode:
authorRonny Chevalier <chevalier.ronny@gmail.com>2014-02-14 17:21:41 +0100
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2014-02-14 19:00:32 -0500
commitf928d3263d788da8dec64f06c792988b6076e600 (patch)
treef8b7f989cc2315259b02a9556da7db08d381e931 /test/TEST-04-SECCOMP/will-not-fail.service
parent8f9c6fe5ff1d59001aecbf3fbf9ca0ed7ff28ba7 (diff)
test: add basic seccomp tests
Diffstat (limited to 'test/TEST-04-SECCOMP/will-not-fail.service')
-rw-r--r--test/TEST-04-SECCOMP/will-not-fail.service9
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 000000000..5c1b59456
--- /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