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