summaryrefslogtreecommitdiffstats
path: root/test/test-execute/exec-restrictnamespaces-merge-all.service
blob: 1270b60e0ba4231a5c19e6172607e5cdc97e006b (plain)
1
2
3
4
5
6
7
8
9
# SPDX-License-Identifier: LGPL-2.1-or-later
[Unit]
Description=Test merging RestrictNamespaces= with all flags

[Service]
RestrictNamespaces=mnt pid cgroup net uts ipc user
RestrictNamespaces=net
ExecStart=unshare -m -u -i -n -p -f
Type=oneshot