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

[Service]
RestrictNamespaces=no
ExecStart=unshare -m -u -i -n -p -f
Type=oneshot