1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
From: Christian Ehrhardt <christian.ehrhardt@canonical.com>
Date: Wed, 11 Nov 2020 16:45:44 +0100
Subject: dont-load-kernel-libipsec-plugin-by-default
---
conf/plugins/kernel-libipsec.conf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/conf/plugins/kernel-libipsec.conf b/conf/plugins/kernel-libipsec.conf
index 3411be2..6352003 100644
--- a/conf/plugins/kernel-libipsec.conf
+++ b/conf/plugins/kernel-libipsec.conf
@@ -5,7 +5,7 @@ kernel-libipsec {
# Whether to load the plugin. Can also be an integer to increase the
# priority of this plugin.
- load = yes
+ load = no
}
|