Merge b82c67405ffac8b10138bb77b565cd0c93f3dee6 into 9c5a7a55440094872be8c5a5817f2600cdd1476c

This commit is contained in:
Yankel Scialom 2025-02-18 15:19:17 +00:00 committed by GitHub
commit 2adab12e02
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -24,7 +24,7 @@ const dhcpcdConf = "etc/dhcpcd.conf"
func canBindPrivilegedPorts() (can bool, err error) {
res, err := unix.PrctlRetInt(
unix.PR_CAP_AMBIENT,
unix.PR_CAP_AMBIENT_IS_SET,
unix.PR_CAP_AMBIENT_RAISE,
unix.CAP_NET_BIND_SERVICE,
0,
0,