hwdb: fix screen rotation for EXO Wings 2in1 w1125 (#36283)
[systemd.io.git] / test / test-execute / exec-restrictnamespaces-merge-all.service
blob1270b60e0ba4231a5c19e6172607e5cdc97e006b
1 # SPDX-License-Identifier: LGPL-2.1-or-later
2 [Unit]
3 Description=Test merging RestrictNamespaces= with all flags
5 [Service]
6 RestrictNamespaces=mnt pid cgroup net uts ipc user
7 RestrictNamespaces=net
8 ExecStart=unshare -m -u -i -n -p -f
9 Type=oneshot