[Bug 759725] Re: The kernel is no longer readable by non-root users

2021-12-28 Thread Michael Meffie
Looks like this workaround is working for me as new kernel versions are released: $ cat /etc/kernel/postinst.d/statoverride #!/bin/sh version="$1" [ -z "${version}" ] && exit 0 dpkg-statoverride --update --add root root 0644 /boot/vmlinuz-${version} That file must be executab

[Bug 759725] Re: The kernel is no longer readable by non-root users

2021-08-24 Thread Michael Meffie
I'm still trying to reliably workaround this pointless bug. It seems one needs to create a script in /etc/kernel/postinst.d to run dpkg- stateoveride --update, but that command is not idempotent, so kernel updates fail if you update existing versions. -- You received this bug notification because