mirror of
https://git.proxmox.com/git/systemd
synced 2025-06-09 03:21:35 +00:00
10 lines
205 B
Desktop File
10 lines
205 B
Desktop File
[Unit]
|
|
Description=Test merging RestrictNamespaces= with OR
|
|
|
|
[Service]
|
|
RestrictNamespaces=mnt pid
|
|
RestrictNamespaces=mnt uts
|
|
ExecStart=unshare -m -u -p -f
|
|
ExecStart=sh -c '! unshare -u -i -n'
|
|
Type=oneshot
|