Skip to content

main/knot: loosen /run directory permission

Jeremy Saklad requested to merge (removed):knot-permission-fix into master

Knot DNS 3.2.5 changed socket permissions to allow any user to communicate with the DNS server. For this to be usable, any user must be able to access a socket in the runtime directory.

Search permission should be sufficient for this purpose, as anything trying to connect to a socket should already know the path it is looking for.

Closes #14728 (closed)

Merge request reports