1 # SPDX-License-Identifier: LGPL-2.1-or-later
3 Description=Test for ReadOnlyPaths=
6 ReadOnlyPaths=/etc -/i-dont-exist /usr
7 BindPaths=/etc:/tmp/etc2
8 ExecStart=sh -x -c 'test ! -w /etc && test ! -w /usr && test ! -e /i-dont-exist && test -w /var'