Blob Blame History Raw
From fffefe2a2405d3f6343a0b3cc8ff863215379c2c 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: 1467553
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>
(cherry picked from commit a48b6136e955ae6d7d6d21564f614dac6347d34e)
---
 config/waagent.conf | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/config/waagent.conf b/config/waagent.conf
index 62a9441..4754029 100644
--- a/config/waagent.conf
+++ b/config/waagent.conf
@@ -65,9 +65,6 @@ Logs.Verbose=n
 # Enable Console logging, default is y
 # Logs.Console=y
 
-# Is FIPS enabled
-OS.EnableFIPS=n
-
 # Root device timeout in seconds.
 OS.RootDeviceScsiTimeout=300
 
-- 
1.8.3.1