Bug 116315

Summary: /sbin permission
Product: Base System Reporter: MAssimo Mollo <maxy0440yxam>
Component: sparc64Assignee: freebsd-sparc64 (Nobody) <sparc64>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Unspecified   
Hardware: Any   
OS: Any   

Description MAssimo Mollo 2007-09-12 19:20:01 UTC
in a fresh install of freebsd6.2 release on sparc64, the
permisssion of all the files in /sbin directory is r-xr-xr-x

Fix: 

chmod all the files
How-To-Repeat: ls -l /sbin
Comment 1 Kris Kennaway freebsd_committer freebsd_triage 2007-09-12 20:07:30 UTC
MAssimo Mollo wrote:
>> Number:         116315
>> Category:       sparc64
>> Synopsis:       /sbin permission
>> Confidential:   no
>> Severity:       serious
>> Priority:       high
>> Responsible:    freebsd-sparc64
>> State:          open
>> Quarter:        
>> Keywords:       
>> Date-Required:
>> Class:          sw-bug
>> Submitter-Id:   current-users
>> Arrival-Date:   Wed Sep 12 18:20:01 GMT 2007
>> Closed-Date:
>> Last-Modified:
>> Originator:     MAssimo Mollo
>> Release:        6.2 release
>> Organization:
> none
>> Environment:
> FREEBSD 6.2-RELEASE FREEBSD 6.2-RELEASE #0: fri jan 23.30.59 utc 2007 root@s-dallas.cse.buffalo.edu:/usr/obj/src/sys/GENERIC sparc64
>> Description:
> in a fresh install of freebsd6.2 release on sparc64, the
> permisssion of all the files in /sbin directory is r-xr-xr-x
>> How-To-Repeat:
> ls -l /sbin
>> Fix:
> chmod all the files

What do you claim is wrong with this?

Kris
Comment 2 Volker Werth freebsd_committer freebsd_triage 2008-03-08 17:37:11 UTC
State Changed
From-To: open->closed

no feedback received for quite some time -> so closing this as it does not contain information to work on. 

Massimo, 

if you think your problem is still an issue, please provide more information and we'll reopen this ticket. 
I'm wondering if you think /sbin shouldn't be world readable? It has been that way ever and even if a user may execute a binary, the kernel will check users' permissions (ie: you can't initate a shutdown just by having execute permission on /sbin/shutdown).