mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-04-27 18:56:34 -04:00
6 lines
137 B
Bash
6 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
|