mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-08-06 10:44:17 -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"
|