]> git.ipfire.org Git - thirdparty/systemd.git/blob - test/test-execute/exec-systemcallfilter-not-failing.service
Merge pull request #7096 from keszybz/logind-session-killing
[thirdparty/systemd.git] / test / test-execute / exec-systemcallfilter-not-failing.service
1 [Unit]
2 Description=Test for SystemCallFilter
3
4 [Service]
5 ExecStart=/bin/sh -c 'echo "Foo bar"'
6 Type=oneshot
7 SystemCallFilter=~read write open execve ioperm
8 SystemCallFilter=ioctl
9 SystemCallFilter=read write open execve
10 SystemCallFilter=~ioperm