Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 09 Nov 2022 18:14:08 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 267016] dns/knot-resolver: Fix file permissions to enable cache garbage collector
Message-ID:  <bug-267016-7788-EeKq0cAT7l@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-267016-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-267016-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D267016

--- Comment #3 from Fernando Apestegu=C3=ADa <fernape@FreeBSD.org> ---
diff --git a/dns/knot-resolver/pkg-plist b/dns/knot-resolver/pkg-plist
index bdc679d32de7..9f2f55ed0ef6 100644
--- a/dns/knot-resolver/pkg-plist
+++ b/dns/knot-resolver/pkg-plist
@@ -96,4 +96,4 @@ sbin/kres-cache-gc
 sbin/kresc
 sbin/kresd
 @dir(%%USERS%%,%%GROUPS%%,0755) %%ETCDIR%%
-@dir(%%USERS%%,%%GROUPS%%,0755) %%RUNDIR%%
+@dir(%%USERS%%,%%GROUPS%%,0660) %%RUNDIR%%

Would this work for you?

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-267016-7788-EeKq0cAT7l>