1
0
mirror of https://github.com/systemd/systemd.git synced 2024-11-02 19:21:53 +03:00
systemd/test/exec-systemcallfilter-not-failing.service

10 lines
222 B
SYSTEMD
Raw Normal View History

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