1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2024-12-25 23:21:33 +03:00
systemd-stable/test/TEST-04-SECCOMP/will-not-fail.service

10 lines
210 B
SYSTEMD
Raw Normal View History

2014-02-14 20:21:41 +04:00
[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