summaryrefslogtreecommitdiff
path: root/test/test-execute/exec-systemcallerrornumber.service
blob: ff7da3c1a49c20156693dbc7c147ad48106c9e94 (plain)
1
2
3
4
5
6
7
8
[Unit]
Description=Test for SystemCallErrorNumber

[Service]
ExecStart=/bin/sh -x -c 'uname -a'
Type=oneshot
SystemCallFilter=~uname
SystemCallErrorNumber=EACCES