mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-06-23 05:24:16 -04:00
8 lines
149 B
Bash
8 lines
149 B
Bash
#!/bin/bash
|
|
|
|
set -x
|
|
set -e
|
|
|
|
sysctl -w kernel.modules_disabled=1
|
|
|
|
true "The loading of new modules to the kernel has been disabled by security-misc."
|