mirror of
https://github.com/YunoHost-Apps/wireguard_ynh.git
synced 2024-09-03 20:35:58 +02:00
Fixes the wireguard_ui service to be able to display devices in the connected peers page
This commit is contained in:
parent
547d906b10
commit
6013e18a1b
1 changed files with 4 additions and 0 deletions
|
@ -42,6 +42,10 @@ CapabilityBoundingSet=~CAP_MAC_ADMIN CAP_MAC_OVERRIDE
|
|||
#CapabilityBoundingSet=~CAP_NET_ADMIN CAP_NET_BROADCAST CAP_NET_RAW
|
||||
CapabilityBoundingSet=~CAP_SYS_ADMIN CAP_SYS_PTRACE CAP_SYSLOG
|
||||
|
||||
# Allowing this capabilities to display devices in "Connected peers" page
|
||||
CapabilityBoundingSet=CAP_DAC_READ_SEARCH CAP_NET_ADMIN CAP_NET_RAW
|
||||
AmbientCapabilities=CAP_DAC_READ_SEARCH CAP_NET_ADMIN CAP_NET_RAW
|
||||
|
||||
# Exception to ProtectSystem
|
||||
ReadWritePaths=/etc/wireguard
|
||||
|
||||
|
|
Loading…
Reference in a new issue