mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-06-22 10:14:12 -04:00
debugging
This commit is contained in:
parent
826e76d037
commit
ad010ef5b4
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,8 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
set -x
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
sysctl -w kernel.modules_disabled=1
|
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."
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue