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

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