blob: 144d4f6c233da9928a5c634890be6e9e6de5f57c (
plain)
1
2
3
4
5
6
7
8
|
# The "trusted" profile for services, i.e. no restrictions are applied apart from a private /tmp
[Service]
MountAPIVFS=yes
PrivateTmp=yes
BindPaths=/run
BindReadOnlyPaths=/etc/machine-id
BindReadOnlyPaths=-/etc/resolv.conf
|