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-restrictnamespaces-merge-or.service
blob
fca3718c9d703996f4ad90a7bae30b220c2109d3
1
# SPDX-License-Identifier: LGPL-2.1-or-later
2
[Unit]
3
Description=Test merging RestrictNamespaces= with OR
4
5
[Service]
6
RestrictNamespaces=mnt pid
7
RestrictNamespaces=mnt uts
8
ExecStart=unshare -m -u -p -f
9
ExecStart=sh -c '! unshare -u -i -n'
10
Type=oneshot