HEADS UP: Modification of the semantics of hardening.pax.kmod_load_disable
5 views
Skip to first unread message
Shawn Webb
unread,
May 27, 2026, 5:15:23 PM (8 days ago) May 27
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to HardenedBSD Users
Hey all,
Just a little heads up: I added logic to the
hardening.pax.kmod_load_disable sysctl node. Previously, setting the
node to any non-zero value meant a reboot was required to set it back
down to 0. I've modified that logic a bit:
0: Permit loading kernel modules
1: Prohibit loading kernel modules
2: Prohibit loading kernel modules, require reboot to re-enable
support
Since changing this logic is a bit of a POLA violation, I thought it
warranted a notice to the community. Users who set it to 1 prevously
would do well to evaluate whether setting it to 2 makes sense (I would
think it should.)