mirror of
https://github.com/systemd/systemd.git
synced 2024-12-25 01:34:28 +03:00
ac40081621
To avoid polluting test/
9 lines
175 B
Desktop File
9 lines
175 B
Desktop File
[Unit]
|
|
Description=Test for SystemCallFilter
|
|
|
|
[Service]
|
|
ExecStart=/bin/echo "This should not be seen"
|
|
SystemCallFilter=ioperm
|
|
SystemCallFilter=~ioperm
|
|
SystemCallFilter=ioperm
|