mirror of
https://github.com/systemd/systemd.git
synced 2024-11-01 17:51:22 +03:00
054d871d41
As explained in the previous commit, blocking /proc can cause us to go into a long loop or fail the test.
8 lines
228 B
Desktop File
8 lines
228 B
Desktop File
[Unit]
|
|
Description=Test to make sure that mount namespace setup works properly with the 'InaccessiblePaths=/proc' option
|
|
|
|
[Service]
|
|
InaccessiblePaths=/sys
|
|
ExecStart=/bin/sh -x -c 'test "$$(stat -c %%a /sys)" = "0"'
|
|
Type=oneshot
|