diff --git a/etc/modprobe.d/vivid.conf b/etc/modprobe.d/vivid.conf new file mode 100644 index 0000000..f8d8059 --- /dev/null +++ b/etc/modprobe.d/vivid.conf @@ -0,0 +1,10 @@ +## Copyright (C) 2012 - 2019 ENCRYPTED SUPPORT LP +## See the file COPYING for copying conditions. + +## Blacklists the vivid kernel module as it's only required for +## testing and has been the cause of multiple vulnerabilities. +## +## https://forums.whonix.org/t/kernel-recompilation-for-better-hardening/7598/233 +## https://www.openwall.com/lists/oss-security/2019/11/02/1 +## https://github.com/a13xp0p0v/kconfig-hardened-check/commit/981bd163fa19fccbc5ce5d4182e639d67e484475 +install vivid /bin/false