On Sat, 10 May 2025 14:07:27 +0200 Daniel =?utf-8?Q?Gr=C3=B6ber?= < d...@darkboxed.org> wrote: > Usually I have better things to do than debugging what package messed up > resolv.conf *today* hence my use-case, but it's just a symptom of a more > general problem in our DNS ecosystem IMO.
Well, if it's a common problem you could always set the immutable bit on resolv.conf. Anyway... So you could set resolv_conf=/run/resolvconf/resolv.conf and manage symlinks to it. Nothing stops Debian from patching the default value in the libc subscriber or supplying this value in a default configuration. Turn off the libc subscriber libc=NO Turn off all subscribers resolvconf=NO I think it ships with enough knobs to configure it to any scenario to your liking. These are all documented in the fine man page. Roy