From ef5a3935cc5e1ec734088c283c878af1291c5915 Mon Sep 17 00:00:00 2001
From: Miroslav Rezanina <mrezanin@redhat.com>
Date: Tue, 4 Jul 2017 08:33:29 +0200
Subject: Remove FIPS setting from the default config
RH-Author: Miroslav Rezanina <mrezanin@redhat.com>
Message-id: <20170704083329.31138-1-mrezanin@redhat.com>
Patchwork-id: 75701
O-Subject: [RHEL-6/RHEL-7 WALinuxAgent PATCH] Remove FIPS setting from the default config
Bugzilla: 1467559
RH-Acked-by: Vitaly Kuznetsov <vkuznets@redhat.com>
RH-Acked-by: Mohammed Gamal <mgamal@redhat.com>
RH-Acked-by: Eduardo Otubo <eterrell@redhat.com>
The feature is not fully functional upstream (see BZ#1460671), remove it
from the default config.
Signed-off-by: Miroslav Rezanina <mrezanin@redhat.com>
---
config/waagent.conf | 3 ---
1 file changed, 3 deletions(-)
diff --git a/config/waagent.conf b/config/waagent.conf
index 6ce49e7..bbd88b6 100644
--- a/config/waagent.conf
+++ b/config/waagent.conf
@@ -57,9 +57,6 @@ ResourceDisk.MountOptions=None
# Enable verbose logging (y|n)
Logs.Verbose=n
-# Is FIPS enabled
-OS.EnableFIPS=n
-
# Root device timeout in seconds.
OS.RootDeviceScsiTimeout=300
--
1.8.3.1