chiark / gitweb /
import: only define the _to_string() enum mapping function, thus making gcc shut up
[elogind.git] / test / exec-systemcallfilter-not-failing.service
1 [Unit]
2 Description=Test for SystemCallFilter
3
4 [Service]
5 ExecStart=/bin/echo "Foo bar"
6 SystemCallFilter=~read write open execve ioperm
7 SystemCallFilter=ioctl
8 SystemCallFilter=read write open execve
9 SystemCallFilter=~ioperm