1 # SPDX-License-Identifier: LGPL-2.1-or-later
3 Description=Test for ReadOnlyPaths=
6 ReadOnlyPaths=/usr /etc /sys /dev -/i-dont-exist
8 ExecStart=sh -x -c 'test ! -w /usr && test ! -w /etc && test ! -w /sys && test ! -w /sys/fs/cgroup'
9 ExecStart=sh -x -c 'test ! -w /dev && test ! -w /dev/shm && test ! -e /i-dont-exist && test -w /var'