On Tue, Jan 03, 2023 at 01:36:30AM +0100, Adam Borowski wrote: > > > I'm entirely happy to reassign this request to systemd and have the > > > setting applied more broadly. > > Some options: > > - conflict with systemd < version_with_the_new_default > > - wait for a full release and then just drop it > > - when sysctl in postinst reports the new default > > - a mix of the last two options > > Debian's default sysctl settings should reside in procps (as it owns > /sbin/sysctl and /etc/sysctl* settings) rather than some unrelated > package.
Is that documented anywhere? It's certainly not the case today: $ for i in /usr/lib/sysctl.d/*.conf; do dpkg -S $i done tracker-miner-fs: /usr/lib/sysctl.d/30-tracker.conf bubblewrap: /usr/lib/sysctl.d/50-bubblewrap.conf systemd-coredump: /usr/lib/sysctl.d/50-coredump.conf systemd: /usr/lib/sysctl.d/50-pid-max.conf procps: /usr/lib/sysctl.d/99-protect-links.conf

