mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-01-24 18:15:32 +07:00
parent
e1f413c1ee
commit
be023c7722
@ -110,6 +110,10 @@ See:
|
|||||||
|
|
||||||
#### Disables the loading of new modules to the kernel after the fact
|
#### Disables the loading of new modules to the kernel after the fact
|
||||||
|
|
||||||
|
Not yet due to issues:
|
||||||
|
|
||||||
|
* https://github.com/Kicksecure/security-misc/pull/152
|
||||||
|
|
||||||
A systemd service dynamically sets the kernel parameter ```modules_disabled``` to 1, preventing new modules from being loaded. Since this isn't configured directly within systemctl, it does not break the loading of legitimate and necessary modules for the user, like drivers etc., given they are plugged in on startup.
|
A systemd service dynamically sets the kernel parameter ```modules_disabled``` to 1, preventing new modules from being loaded. Since this isn't configured directly within systemctl, it does not break the loading of legitimate and necessary modules for the user, like drivers etc., given they are plugged in on startup.
|
||||||
|
|
||||||
#### Disables and blacklists kernel modules
|
#### Disables and blacklists kernel modules
|
||||||
|
Loading…
Reference in New Issue
Block a user