summaryrefslogtreecommitdiffstats
path: root/test/test-execute/exec-restrictnamespaces-yes.service
blob: f9436d29f7332726edcd61378c9218ee275c1451 (plain)
1
2
3
4
5
6
7
8
# SPDX-License-Identifier: LGPL-2.1-or-later
[Unit]
Description=Test RestrictNamespaces=yes

[Service]
RestrictNamespaces=yes
ExecStart=unshare -m
Type=oneshot