repo.or.cz
/
systemd.io.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
hwdb: fix screen rotation for EXO Wings 2in1 w1125 (#36283)
[systemd.io.git]
/
test
/
test-execute
/
exec-inaccessiblepaths-sys.service
blob
64a570ce4df283e03abea2cef6b0b015bcc9d75e
1
# SPDX-License-Identifier: LGPL-2.1-or-later
2
[Unit]
3
Description=Test to make sure that mount namespace setup works properly with the 'InaccessiblePaths=/proc' option
4
5
[Service]
6
InaccessiblePaths=/sys
7
ExecStart=sh -x -c 'test "$$(stat -c %%a /sys)" = "0"'
8
Type=oneshot