From 1abf27d74ec2164e9fcbcb2cedb2dea62a23f668 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Sat, 8 Jul 2023 01:10:42 -0400 Subject: [PATCH] blacklist tls kernel module This gets autoloaded unnecessarily. If we ever start using KTLS, we can remove this on the servers where we want it. --- modprobe.d/local.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/modprobe.d/local.conf b/modprobe.d/local.conf index 22329b8..0ddbe61 100644 --- a/modprobe.d/local.conf +++ b/modprobe.d/local.conf @@ -6,4 +6,5 @@ blacklist joydev blacklist mousedev blacklist pcspkr blacklist psmouse +blacklist tls blacklist virtio_balloon