mirror of
https://github.com/systemd/systemd.git
synced 2024-11-01 09:21:26 +03:00
f98ca3a11d
echo is a built-in, so we were testing execve in our own code, and not in the running child.
11 lines
213 B
Desktop File
11 lines
213 B
Desktop File
[Unit]
|
|
Description=Test for SystemCallFilter
|
|
|
|
[Service]
|
|
ExecStart=/bin/sh -c '/bin/echo "This should not be seen"'
|
|
Type=oneshot
|
|
LimitCORE=0
|
|
SystemCallFilter=ioperm
|
|
SystemCallFilter=~ioperm
|
|
SystemCallFilter=ioperm
|