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