1 # SPDX-License-Identifier: LGPL-2.1-or-later
3 Description=Test for SystemCallFilter with errno name
6 ExecStart=python3 -c 'import os\ntry: os.uname()\nexcept Exception as e: exit(e.errno)'
8 SystemCallFilter=~uname:EILSEQ
9 SystemCallErrorNumber=EACCES