chiark / gitweb /
kdbus: fix buffer overflow in bus_get_owner_kdbus() function
[elogind.git] / test / TEST-04-SECCOMP / will-not-fail.service
1 [Unit]
2 Description=Will not fail
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