Date: Monday, March 15, 2021 @ 07:50:42
  Author: archange
Revision: 891403

Make nsd no try to change user at runtime

Since we already start as nsd, we do not need the daemon to try to do it by
itself and fail with a warning since it does not have the required caps.

Modified:
  nsd/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2021-03-15 07:29:05 UTC (rev 891402)
+++ PKGBUILD    2021-03-15 07:50:42 UTC (rev 891403)
@@ -5,7 +5,7 @@
 
 pkgname=nsd
 pkgver=4.3.5
-pkgrel=3
+pkgrel=4
 pkgdesc="Authoritative only, high performance and simple DNS server"
 arch=(x86_64)
 url="https://www.nlnetlabs.nl/nsd/";
@@ -37,6 +37,7 @@
     --sbindir=/usr/bin \
     --datarootdir=/usr/share \
     --with-pidfile=/run/nsd/nsd.pid \
+    --with-user="" \
     --enable-ratelimit \
     --enable-relro-now \
     --enable-pie \

Reply via email to