mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-02-14 15:41:21 -05:00
9 lines
149 B
Bash
9 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."
|