mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-06-29 05:57:12 -04:00
5 lines
137 B
Bash
5 lines
137 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" >&2
|