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

8 lines
131 B
Desktop File

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