debugging

This commit is contained in:
Patrick Schleizer 2023-11-05 17:52:44 -05:00
parent 826e76d037
commit ad010ef5b4
No known key found for this signature in database
GPG Key ID: CB8D50BB77BB3C48

View File

@ -1,7 +1,8 @@
#!/bin/bash
set -x
set -e
sysctl -w kernel.modules_disabled=1
echo "The loading of new modules to the kernel has been disabled by security-misc"
true "The loading of new modules to the kernel has been disabled by security-misc."