summaryrefslogtreecommitdiff
path: root/test/test-execute/exec-restrict-namespaces-no.service
blob: 33500302d2b7f806a82c0d1c35a4706de42fac4e (plain)
1
2
3
4
5
6
7
[Unit]
Description=Test RestrictNamespaces=no

[Service]
RestrictNamespaces=no
ExecStart=/bin/sh -x -c 'unshare -m -u -i -n -p -f'
Type=oneshot