]> git.ipfire.org Git - thirdparty/systemd.git/blame - test/test-execute/exec-systemcallfilter-with-errno-multi.service
test: rename TEST-31-OOMPOLICY to TEST-32-OOMPOLICY
[thirdparty/systemd.git] / test / test-execute / exec-systemcallfilter-with-errno-multi.service
CommitLineData
e913b798
YW
1[Unit]
2Description=Test for SystemCallFilter updating errno
3# test for issue #9939 which is fixed by a5404992cc7724ebf7572a0aa89d9fdb26ce0b62 (#9942)
4
5[Service]
6ExecStart=/usr/bin/python3 -c 'import os\ntry: os.uname()\nexcept Exception as e: exit(e.errno)'
7Type=oneshot
8SystemCallFilter=~uname:ENOENT uname:EILSEQ
9SystemCallErrorNumber=EACCES