]> git.ipfire.org Git - thirdparty/systemd.git/blob - test/test-execute/exec-restrictnamespaces-yes.service
core/namespace: rework the return semantics of clone_device_node yet again
[thirdparty/systemd.git] / test / test-execute / exec-restrictnamespaces-yes.service
1 [Unit]
2 Description=Test RestrictNamespaces=yes
3
4 [Service]
5 RestrictNamespaces=yes
6 ExecStart=/bin/sh -x -c 'unshare -m'
7 Type=oneshot