summaryrefslogtreecommitdiffstats
path: root/test/test-execute/exec-inaccessiblepaths-proc.service
blob: ebdb4843d1b276c95725fee73dddd93cf14a19fd (plain)
1
2
3
4
5
6
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