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

8 lines
131 B
Desktop File

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