Bug 528498

Summary: mount.nfs has unnecessarily SUID bit set
Product: [Fedora] Fedora Reporter: Ulrich Drepper <drepper>
Component: nfs-utilsAssignee: Steve Dickson <steved>
Status: CLOSED CURRENTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: rawhideCC: dwalsh, steved
Target Milestone: ---Keywords: Triaged
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: nfs-utils-1.2.5-2.fc17 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-10-04 15:51:09 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Ulrich Drepper 2009-10-12 14:14:14 UTC
Description of problem:
mount.nfs is he only mount.XX program which has the SUID bit set.  Only mount needs it set.

Version-Release number of selected component (if applicable):
1.2.0-16

How reproducible:
always

Steps to Reproduce:
1.ls -l /sbin/mount.nfs
2.
3.
  
Actual results:
-rwsr-xr-x. 1 root root 96288 2009-09-09 05:09 /sbin/mount.nfs


Expected results:
-rwxr-xr-x. 1 root root 96288 2009-09-09 05:09 /sbin/mount.nfs


Additional info:

Comment 1 Bug Zapper 2009-11-16 13:33:04 UTC
This bug appears to have been reported against 'rawhide' during the Fedora 12 development cycle.
Changing version to '12'.

More information and reason for this action is here:
http://fedoraproject.org/wiki/BugZappers/HouseKeeping

Comment 2 Steve Dickson 2011-10-04 15:51:36 UTC
*** Bug 646447 has been marked as a duplicate of this bug. ***