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