mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-07-13 07:39:27 -04:00
5 lines
133 B
Bash
5 lines
133 B
Bash
#!/bin/bash
|
|
|
|
sysctl -w kernel.modules_disabled=1
|
|
|
|
echo "The loading of new modules to the kernel has been disabled by security-misc"
|