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