mirror of
https://github.com/systemd/systemd-stable.git
synced 2024-12-24 21:34:08 +03:00
9 lines
238 B
SYSTEMD
9 lines
238 B
SYSTEMD
|
[Unit]
|
||
|
Description=Test for SystemCallFilter with errno name
|
||
|
|
||
|
[Service]
|
||
|
ExecStart=/bin/python3 -c 'import os\ntry: os.uname()\nexcept Exception as e: exit(e.errno)'
|
||
|
Type=oneshot
|
||
|
SystemCallFilter=~uname:EILSEQ
|
||
|
SystemCallErrorNumber=EACCES
|