blob: 8380d5a15516ba82cb8428a5670ed2488e94cf33 [file] [log] [blame] [raw]
[Unit]
Description=Test for SystemCallFilter with errno name
[Service]
ExecStart=/usr/bin/python3 -c 'import os\ntry: os.uname()\nexcept Exception as e: exit(e.errno)'
Type=oneshot
SystemCallFilter=~uname:EILSEQ
SystemCallErrorNumber=EACCES