diff --git a/package-debian.sh b/package-debian.sh index d3128ee1..f06f4c88 100644 --- a/package-debian.sh +++ b/package-debian.sh @@ -583,6 +583,7 @@ update-desktop-database /usr/share/applications >/dev/null 2>&1 || true if command -v gtk-update-icon-cache >/dev/null 2>&1; then gtk-update-icon-cache -f /usr/share/icons/hicolor >/dev/null 2>&1 || true fi +setcap 'CAP_NET_ADMIN+ep' /opt/v2rayn-core/hev-socks5-tunnel exit 0 EOF