mirror of
https://github.com/systemd/systemd-stable.git
synced 2024-12-25 23:21:33 +03:00
ac40081621
To avoid polluting test/
10 lines
222 B
Desktop File
10 lines
222 B
Desktop File
[Unit]
|
|
Description=Test for SystemCallFilter
|
|
|
|
[Service]
|
|
ExecStart=/bin/echo "Foo bar"
|
|
SystemCallFilter=~read write open execve ioperm
|
|
SystemCallFilter=ioctl
|
|
SystemCallFilter=read write open execve
|
|
SystemCallFilter=~ioperm
|