]> git.ipfire.org Git - thirdparty/systemd.git/blob - test/test-execute/exec-restrictnamespaces-merge-and.service
resolved: add missing error code check when initializing DNS-over-TLS
[thirdparty/systemd.git] / test / test-execute / exec-restrictnamespaces-merge-and.service
1 [Unit]
2 Description=Test merging RestrictNamespaces= with AND
3
4 [Service]
5 RestrictNamespaces=mnt pid
6 RestrictNamespaces=~mnt usr
7 ExecStart=unshare -p -f
8 ExecStart=sh -c '! unshare -m -u -i -n'
9 Type=oneshot