From bd81ac3dcad3c19479a20432199eef0205e1040b Mon Sep 17 00:00:00 2001 From: Valeriy Manzhos <47538801+InvisibleRain@users.noreply.github.com> Date: Mon, 6 Apr 2026 16:05:36 +0300 Subject: [PATCH] Remove duplicate setcap --- package-debian.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/package-debian.sh b/package-debian.sh index 9231e33f..f2f71e60 100644 --- a/package-debian.sh +++ b/package-debian.sh @@ -295,7 +295,6 @@ download_hev_socks5_tunnel() { curl -fL "$url" -o "$tmp/$filename" # The file must be write-protected because of CAP_NET_ADMIN install -m 544 -o v2rayn-core -g v2rayn-core "$tmp/$filename" "$outdir/hev-socks5-tunnel" - setcap 'CAP_NET_ADMIN+ep' "$outdir/hev-socks5-tunnel" rm -rf "$tmp" }