From e6b5141c7ea68f85b47abfd4904e0262782d43e3 Mon Sep 17 00:00:00 2001 From: Alexander Krause Date: Wed, 29 Apr 2026 21:34:57 +0200 Subject: [PATCH] adguardhome: added ujail dependency In order to create a proper jail, we net the procd-ujail package. Otherwise, AdGuardHome will run as unprivileged process, and will not be able to listen on ports below 1024. Signed-off-by: Alexander Krause --- net/adguardhome/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/adguardhome/Makefile b/net/adguardhome/Makefile index 08a397e0ff..55fa3b77e2 100644 --- a/net/adguardhome/Makefile +++ b/net/adguardhome/Makefile @@ -4,7 +4,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=adguardhome PKG_VERSION:=0.107.74 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/AdguardTeam/AdGuardHome/tar.gz/v$(PKG_VERSION)? @@ -42,7 +42,7 @@ define Package/adguardhome CATEGORY:=Network TITLE:=Network-wide ads and trackers blocking DNS server URL:=https://github.com/AdguardTeam/AdGuardHome - DEPENDS:=$(GO_ARCH_DEPENDS) +ca-bundle + DEPENDS:=$(GO_ARCH_DEPENDS) +ca-bundle +procd-ujail USERID:=adguardhome=853:adguardhome=853 endef