[Bug 267016] dns/knot-resolver: Fix file permissions to enable cache garbage collector
Date: Wed, 09 Nov 2022 18:14:08 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=267016 --- Comment #3 from Fernando ApesteguĂa <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? -- You are receiving this mail because: You are the assignee for the bug.