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

package info (click to toggle)
strongswan 6.0.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 61,224 kB
  • sloc: ansic: 404,589; sh: 11,079; makefile: 6,242; sql: 2,875; javascript: 1,948; python: 929; xml: 608; perl: 586; cs: 522; lex: 485; yacc: 443; ruby: 398; ada: 114
file content (21 lines) | stat: -rw-r--r-- 748 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 e9834da..89c3c5e 100644
--- a/conf/plugins/kernel-libipsec.conf
+++ b/conf/plugins/kernel-libipsec.conf
@@ -8,7 +8,7 @@ kernel-libipsec {
 
     # Whether to load the plugin. Can also be an integer to increase the
     # priority of this plugin.
-    load = yes
+    load = no
 
     # Whether to send and receive ESP packets without UDP encapsulation if
     # supported on this platform and no NAT is detected.