Lines Matching refs:var
9 ExecStart=/bin/sh -c 'test -d /var/test-exec-temporaryfilesystem/rw && test -d /var/test-exec-tempo…
12 ExecStart=/bin/sh -c 'for i in $$(ls -A /var); do test $$i = test-exec-temporaryfilesystem || false…
15 ExecStart=sh -x -c 'test "$$(stat -c %%a /var)" = "755"'
17 # Cannot create a file in /var
18 ExecStart=/bin/sh -c '! touch /var/hoge'
20 # Create a file in /var/test-exec-temporaryfilesystem/rw
21 ExecStart=/bin/sh -c 'touch /var/test-exec-temporaryfilesystem/rw/thisisasimpletest-temporaryfilesy…
26 # Also, through /var/test-exec-temporaryfilesystem/ro
27 ExecStart=/bin/sh -c 'test -f /var/test-exec-temporaryfilesystem/ro/thisisasimpletest-temporaryfile…
29 # The file cannot modify through /var/test-exec-temporaryfilesystem/ro
30 ExecStart=/bin/sh -c '! touch /var/test-exec-temporaryfilesystem/ro/thisisasimpletest-temporaryfile…
35 TemporaryFileSystem=/var:ro
36 BindPaths=/tmp:/var/test-exec-temporaryfilesystem/rw
37 BindReadOnlyPaths=/tmp:/var/test-exec-temporaryfilesystem/ro