mirror of https://github.com/dswd/vpncloud.git
Actually fixed service
This commit is contained in:
parent
f59f3ab5ab
commit
8639575681
|
@ -14,7 +14,7 @@ LimitNPROC=10
|
||||||
PrivateTmp=yes
|
PrivateTmp=yes
|
||||||
ProtectHome=yes
|
ProtectHome=yes
|
||||||
ProtectSystem=strict
|
ProtectSystem=strict
|
||||||
ReadWritePaths=-/var/log/vpncloud-%i.log -/var/log/vpncloud-%i.stats
|
ReadWritePaths=/var/log
|
||||||
CapabilityBoundingSet=CAP_NET_ADMIN CAP_NET_BIND_SERVICE CAP_NET_RAW CAP_SETGID CAP_SETUID CAP_SYS_CHROOT
|
CapabilityBoundingSet=CAP_NET_ADMIN CAP_NET_BIND_SERVICE CAP_NET_RAW CAP_SETGID CAP_SETUID CAP_SYS_CHROOT
|
||||||
DeviceAllow=/dev/null rw
|
DeviceAllow=/dev/null rw
|
||||||
DeviceAllow=/dev/net/tun rw
|
DeviceAllow=/dev/net/tun rw
|
||||||
|
|
Loading…
Reference in New Issue