#1144905 [hardening-runtime] typo in commented option

#1144905#5
Date:
2026-08-20 09:02:11 UTC
From:
To:
Version: 2

In the /usr/lib/sysctl.d/10-hardening.conf file provided by the
package hardening-runtime, the last line provides an optional option
to be enabled. It is misspelled
It is not kernel.modules_disable but kernel.modules_disabled (with a
'd' at the end)

Also is it best to use space around systctl option in a config file,
so the line better be
#kernel_modules_disabled = 1

Just above the vm.mmap_rnd_bits option also lacks spaces around the
equal sign (=)

#1144905#10
Date:
2026-08-20 11:02:46 UTC
From:
To:
oops I made a typo, I meant

kernel.modules_disabled = 1

Also in that same file, I can see:
# On Debian kernel.unprivileged_userns_clone is set to 0 by default as well

but it seems to me that the value, at least here is:
kernel.unprivileged_userns_clone = 1

Le jeu. 20 août 2026 à 11:04, Debian Bug Tracking System
<owner@bugs.debian.org> a écrit :