]> git.ipfire.org Git - thirdparty/systemd.git/blob - test/test-execute/exec-systemcallfilter-failing2.service
Merge pull request #11589 from yuwata/udevd-is-device-busy
[thirdparty/systemd.git] / test / test-execute / exec-systemcallfilter-failing2.service
1 [Unit]
2 Description=Test for SystemCallFilter
3
4 [Service]
5 ExecStart=/bin/sh -c 'echo "This should not be seen"'
6 Type=oneshot
7 SystemCallFilter=~write open execve exit_group close mmap munmap fstat DONOTEXIST