diff options
Diffstat (limited to 'test/TEST-04-SECCOMP/will-not-fail2.service')
-rw-r--r-- | test/TEST-04-SECCOMP/will-not-fail2.service | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/TEST-04-SECCOMP/will-not-fail2.service b/test/TEST-04-SECCOMP/will-not-fail2.service new file mode 100644 index 0000000000..2df05e33e8 --- /dev/null +++ b/test/TEST-04-SECCOMP/will-not-fail2.service @@ -0,0 +1,6 @@ +[Unit] +Description=Reset SystemCallFilter + +[Service] +ExecStart=/bin/echo "Foo bar" +SystemCallFilter= |