blob: 3bf2a6470cdb72b61136318da3443a53806edf8f (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# SPDX-License-Identifier: LGPL-2.1-or-later
[Unit]
Description=Test for SystemCallFilter
[Service]
ExecStart=true
Type=oneshot
# For issue #33299
SystemCallFilter=~@network-io
SystemCallFilter=~write
SystemCallErrorNumber=ENOSYS
|