Rivoreo Source Code Repositories
src.rivoreo.one
/
systemd-stable
/
refs/heads/rivoreo-fork
/
.
/
test
/
test-execute
/
exec-inaccessiblepaths-proc.service
blob: ebdb4843d1b276c95725fee73dddd93cf14a19fd [
file
] [
log
] [
blame
] [
raw
]
[
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