systemd/test/test-execute/exec-restrict-namespaces-mnt-blacklist.service
2017-03-02 10:44:39 +01:00

8 lines
133 B
Desktop File

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