mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-12-19 14:22:22 -05:00
11 lines
287 B
Bash
Executable file
11 lines
287 B
Bash
Executable file
#!/bin/bash
|
|
|
|
## Copyright (C) 2023 - 2025 ENCRYPTED SUPPORT LLC <adrelanos@whonix.org>
|
|
## See the file COPYING for copying conditions.
|
|
|
|
set -x
|
|
set -e
|
|
|
|
sysctl -w kernel.modules_disabled=1
|
|
|
|
true "The loading of new modules to the kernel has been disabled by package security-misc-shared."
|