systemd/test/test-execute/exec-restrictnamespaces-mnt.service
2017-12-14 23:22:02 +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