diff options
Diffstat (limited to 'test/test-execute/exec-inaccessiblepaths-proc.service')
-rw-r--r-- | test/test-execute/exec-inaccessiblepaths-proc.service | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test/test-execute/exec-inaccessiblepaths-proc.service b/test/test-execute/exec-inaccessiblepaths-proc.service new file mode 100644 index 0000000..ebdb484 --- /dev/null +++ b/test/test-execute/exec-inaccessiblepaths-proc.service @@ -0,0 +1,7 @@ +[Unit] +Description=Test to make sure that mount namespace setup works properly with the 'InaccessiblePaths=/proc' option + +[Service] +InaccessiblePaths=/proc +ExecStart=/bin/sh -x -c 'test "$$(stat -c %%a /proc)" = "0"' +Type=oneshot |