summaryrefslogtreecommitdiff
path: root/test/test-execute/exec-readonlypaths.service
diff options
context:
space:
mode:
Diffstat (limited to 'test/test-execute/exec-readonlypaths.service')
-rw-r--r--test/test-execute/exec-readonlypaths.service7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/test-execute/exec-readonlypaths.service b/test/test-execute/exec-readonlypaths.service
new file mode 100644
index 0000000000..6866fdc700
--- /dev/null
+++ b/test/test-execute/exec-readonlypaths.service
@@ -0,0 +1,7 @@
+[Unit]
+Description=Test for ReadOnlyPaths=
+
+[Service]
+ReadOnlyPaths=/etc -/i-dont-exist /usr
+ExecStart=/bin/sh -x -c 'test ! -w /etc && test ! -w /usr && test ! -e /i-dont-exist && test -w /var'
+Type=oneshot