diff options
author | Ronny Chevalier <chevalier.ronny@gmail.com> | 2014-02-14 17:21:41 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2014-02-14 19:00:32 -0500 |
commit | f928d3263d788da8dec64f06c792988b6076e600 (patch) | |
tree | f8b7f989cc2315259b02a9556da7db08d381e931 /test/TEST-04-SECCOMP/will-fail.service | |
parent | 8f9c6fe5ff1d59001aecbf3fbf9ca0ed7ff28ba7 (diff) |
test: add basic seccomp tests
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 |