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

[Service]
RestrictNamespaces=yes
ExecStart=/bin/sh -x -c 'unshare -m'
Type=oneshot