]> git.ipfire.org Git - thirdparty/systemd.git/blob - test/test-execute/exec-restrictnamespaces-mnt-blacklist.service
test: rename TEST-31-OOMPOLICY to TEST-32-OOMPOLICY
[thirdparty/systemd.git] / test / test-execute / exec-restrictnamespaces-mnt-blacklist.service
1 [Unit]
2 Description=Test RestrictNamespaces=~mnt
3
4 [Service]
5 RestrictNamespaces=~mnt
6 ExecStart=unshare -m
7 Type=oneshot