systemd/test/test-execute/exec-systemcallfilter-not-failing.service

10 lines
222 B
SYSTEMD
Raw Normal View History

2014-02-14 16:21:41 +00:00
[Unit]
Description=Test for SystemCallFilter
2014-02-14 16:21:41 +00:00
[Service]
ExecStart=/bin/echo "Foo bar"
SystemCallFilter=~read write open execve ioperm
SystemCallFilter=ioctl
SystemCallFilter=read write open execve
SystemCallFilter=~ioperm