[nfs-utils] Removed SUID bigs on mount commands (bz 528498)

Steve Dickson steved at fedoraproject.org
Tue Oct 4 17:42:27 UTC 2011


commit 69d0181e566df1a8a9c7beca63879e02a3d08b9c
Author: Steve Dickson <steved at redhat.com>
Date:   Tue Oct 4 11:50:14 2011 -0400

    Removed SUID bigs on mount commands (bz 528498)
    
    Signed-off-by: Steve Dickson <steved at redhat.com>

 nfs-utils.spec |   13 ++++++++-----
 1 files changed, 8 insertions(+), 5 deletions(-)
---
diff --git a/nfs-utils.spec b/nfs-utils.spec
index 4862497..0511c09 100644
--- a/nfs-utils.spec
+++ b/nfs-utils.spec
@@ -2,7 +2,7 @@ Summary: NFS utilities and supporting clients and daemons for the kernel NFS ser
 Name: nfs-utils
 URL: http://sourceforge.net/projects/nfs
 Version: 1.2.5
-Release: 1%{?dist}
+Release: 2%{?dist}
 Epoch: 1
 
 # group all 32bit related archs
@@ -268,12 +268,15 @@ fi
 /lib/systemd/system/*
 /usr/lib/%{name}/scripts/*
 
-%attr(4755,root,root)   /sbin/mount.nfs
-%attr(4755,root,root)   /sbin/mount.nfs4
-%attr(4755,root,root)   /sbin/umount.nfs
-%attr(4755,root,root)   /sbin/umount.nfs4
+%attr(0755,root,root)   /sbin/mount.nfs
+%attr(0755,root,root)   /sbin/mount.nfs4
+%attr(0755,root,root)   /sbin/umount.nfs
+%attr(0755,root,root)   /sbin/umount.nfs4
 
 %changelog
+* Tue Oct  4 2011 Steve Dickson <steved at redhat.com> 1.2.5-2
+- Removed SUID bigs on mount commands (bz 528498)
+
 * Mon Oct  3 2011 Steve Dickson <steved at redhat.com> 1.2.5-1
 - Update to upstream RC release: nfs-utils-1.2.6-rc1
 - Added named.service to After list in nfs-server.service (bz 742746)


More information about the scm-commits mailing list