]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
strongswan: Disable rdrand plugin.
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 12 Dec 2013 20:15:24 +0000 (21:15 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 12 Dec 2013 20:15:24 +0000 (21:15 +0100)
Disabled because of security concerns.

config/rootfiles/common/i586/strongswan-padlock
lfs/strongswan

index 4ebfc75b9ab842ff7eac28f2fc3d4d1f3ab279b4..02aa457d31559086586f188971b2c516e1fba7cb 100644 (file)
@@ -1,2 +1 @@
 usr/lib/ipsec/plugins/libstrongswan-padlock.so
-usr/lib/ipsec/plugins/libstrongswan-rdrand.so
index c7abf7a4d3837d3c4fbc48fa418399fe74eeb928..495d0359918bbc9d65543ce2b08eb7483b94f53a 100644 (file)
@@ -34,12 +34,10 @@ TARGET     = $(DIR_INFO)/$(THISAPP)
 
 ifeq "$(MACHINE)" "i586"
        CONFIGURE_OPTIONS = \
-               --enable-padlock \
-               --enable-rdrand
+               --enable-padlock
 else
        CONFIGURE_OPTIONS = \
-               --disable-padlock \
-               --disable-rdrand
+               --disable-padlock
 endif
 
 ###############################################################################