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

[Service]
RestrictNamespaces=~mnt
ExecStart=unshare -m
Type=oneshot