hwdb: fix screen rotation for EXO Wings 2in1 w1125 (#36283)
[systemd.io.git] / test / test-execute / exec-systemcallfilter-with-errno-name.service
blobbed79610bef5845a7dca826168b6464c7f94302f
1 # SPDX-License-Identifier: LGPL-2.1-or-later
2 [Unit]
3 Description=Test for SystemCallFilter with errno name
5 [Service]
6 ExecStart=python3 -c 'import os\ntry: os.uname()\nexcept Exception as e: exit(e.errno)'
7 Type=oneshot
8 SystemCallFilter=~uname:EILSEQ
9 SystemCallErrorNumber=EACCES