mirror of
https://github.com/systemd/systemd.git
synced 2024-11-01 00:51:24 +03:00
11 lines
243 B
Desktop File
11 lines
243 B
Desktop File
[Unit]
|
|
Description=Test for SystemCallFilter
|
|
|
|
[Service]
|
|
ExecStart=/bin/sh -c 'echo "Foo bar"'
|
|
Type=oneshot
|
|
SystemCallFilter=~read write open execve ioperm
|
|
SystemCallFilter=ioctl
|
|
SystemCallFilter=read write open execve
|
|
SystemCallFilter=~ioperm
|