summaryrefslogtreecommitdiffstats
path: root/test/test-execute/exec-systemcallerrornumber-number.service
blob: 5d99a97476b7a5686d9b61bfa7c0b033e766395d (plain)
1
2
3
4
5
6
7
8
9
# SPDX-License-Identifier: LGPL-2.1-or-later
[Unit]
Description=Test for SystemCallErrorNumber

[Service]
ExecStart=/usr/bin/python3 -c 'import os\ntry: os.uname()\nexcept Exception as e: exit(e.errno)'
Type=oneshot
SystemCallFilter=~uname
SystemCallErrorNumber=255