Infra Modulejail

Use when hardening a Linux host by preventing the kernel from loading modules it does not need - kernel-module allowlist or blacklist, modprobe install override, reducing request_module/autoload attack surface, CIS module-blacklisting - especially on a remote or relocating host with no console and no out-of-band power, where a wrong module list can leave it unbootable and unreachable. Also use when a module silently refuses to load on an already-jailed host - modprobe exits 0 having loaded nothing, lsmod stays empty, a systemd unit fails with "Dependency failed", or journalctl logs the module as "blocked".

bitranox 42425d5 6 files · 36.8 KB Updated

File contents

bitranox/bitranox-skills/tree/main/plugins/bitranox/skills/infra-modulejail commit 42425d5688

Frequently asked questions

npx skillmds@latest add bitranox/infra-modulejail