1# SPDX-License-Identifier: LGPL-2.1-or-later
2[Unit]
3Description=Test for SystemCallFilter
4
5[Service]
6ExecStart=/bin/sh -c '/bin/echo "This should not be seen"'
7Type=oneshot
8LimitCORE=0
9SystemCallFilter=~write open execve fexecve execveat exit_group close mmap munmap fstat DONOTEXIST
10