blob: de98cd0a2ed41b5ab9c33a669a30e550c806cfdb (
plain)
1
2
3
4
5
6
7
8
|
[Unit]
Description=Test merging RestrictNamespaces= with all flags
[Service]
RestrictNamespaces=mnt pid cgroup net uts ipc user
RestrictNamespaces=net
ExecStart=unshare -m -u -i -n -p -f
Type=oneshot
|