Blame SOURCES/0001-CVE-2011-4339-OpenIPMI.patch

390991
From 152efd46931a70ab4e3d81e99d312df7dcd666e6 Mon Sep 17 00:00:00 2001
390991
From: Boris Ranto <branto@redhat.com>
390991
Date: Tue, 10 May 2016 19:12:08 +0200
390991
Subject: [PATCH] CVE-2011-4339 OpenIPMI
390991
390991
IPMI event daemon creates PID file with world writeable permissions
390991
---
390991
 lib/helper.c | 1 -
390991
 1 file changed, 1 deletion(-)
390991
390991
diff --git a/lib/helper.c b/lib/helper.c
390991
index de91438..c3a1c80 100644
390991
--- a/lib/helper.c
390991
+++ b/lib/helper.c
390991
@@ -829,7 +829,6 @@ ipmi_start_daemon(struct ipmi_intf *intf)
390991
 #endif
390991
 
390991
 	chdir("/");
390991
-	umask(0);
390991
 
390991
 	for (fd=0; fd<64; fd++) {
390991
 		if (fd != intf->fd)
390991
-- 
390991
2.7.4
390991