File: dont-load-kernel-libipsec-plugin-by-default.patch

package info (click to toggle)
strongswan 5.9.8-5%2Bdeb12u1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 59,436 kB
  • sloc: ansic: 394,861; sh: 10,074; makefile: 6,319; sql: 2,830; javascript: 1,948; python: 822; xml: 608; perl: 586; cs: 522; lex: 485; yacc: 441; ruby: 398; ada: 114
file content (21 lines) | stat: -rw-r--r-- 619 bytes parent folder | download | duplicates (2)
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
 
 }