]> git.proxmox.com Git - systemd.git/blob - test/test-execute/exec-inaccessiblepaths-sys.service
New upstream version 242
[systemd.git] / test / test-execute / exec-inaccessiblepaths-sys.service
1 [Unit]
2 Description=Test to make sure that mount namespace setup works properly with the 'InaccessiblePaths=/proc' option
3
4 [Service]
5 InaccessiblePaths=/sys
6 ExecStart=/bin/sh -x -c 'test "$$(stat -c %%a /sys)" = "0"'
7 Type=oneshot