233933
From 0ab54c5b274f29fcdd4787325c7183a84e875bbc Mon Sep 17 00:00:00 2001
233933
From: "Bala.FA" <barumuga@redhat.com>
233933
Date: Thu, 22 May 2014 08:37:27 +0530
233933
Subject: [PATCH 08/52] secalert: remove setuid bit for fusermount-glusterfs
233933
233933
glusterfs-fuse: File /usr/bin/fusermount-glusterfs on x86_64 is setuid
233933
root but is not on the setxid whitelist
233933
233933
Label: DOWNSTREAM ONLY
233933
233933
Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=989480
233933
Change-Id: Icf6e5db72ae15ccc60b02be6713fb6c4f4c8a15f
233933
Signed-off-by: Bala.FA <barumuga@redhat.com>
233933
Reviewed-on: https://code.engineering.redhat.com/gerrit/25453
233933
Signed-off-by: Bala.FA <barumuga@redhat.com>
233933
Reviewed-on: https://code.engineering.redhat.com/gerrit/60135
233933
Tested-by: Milind Changire <mchangir@redhat.com>
233933
---
233933
 contrib/fuse-util/Makefile.am | 1 -
233933
 1 file changed, 1 deletion(-)
233933
233933
diff --git a/contrib/fuse-util/Makefile.am b/contrib/fuse-util/Makefile.am
233933
index abbc10e..a071c81 100644
233933
--- a/contrib/fuse-util/Makefile.am
233933
+++ b/contrib/fuse-util/Makefile.am
233933
@@ -9,6 +9,5 @@ AM_CFLAGS = -Wall $(GF_CFLAGS)
233933
 
233933
 install-exec-hook:
233933
 	-chown root $(DESTDIR)$(bindir)/fusermount-glusterfs
233933
-	chmod u+s $(DESTDIR)$(bindir)/fusermount-glusterfs
233933
 
233933
 CLEANFILES =
233933
-- 
233933
1.8.3.1
233933