mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-07-20 15:48:44 -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
|