summaryrefslogtreecommitdiff
path: root/test/test-execute/exec-restrict-namespaces-mnt-blacklist.service
blob: ab909cbd942049ac822acac6592fd02f2c33f7e7 (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