Bug 479348

Summary: Wrong execute permission on udev config file
Product: [Fedora] Fedora Reporter: Nicola Soranzo <nsoranzo>
Component: bluezAssignee: Bastien Nocera <bnocera>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: low    
Version: 10CC: bnocera, dwmw2, marcel
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2009-03-05 00:56:31 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 Nicola Soranzo 2009-01-09 01:21:13 UTC
Description of problem: The configuration file /etc/udev/rules.d/97-bluetooth-serial.rules from bluez package has the execute mode bit set.

Version-Release number of selected component (if applicable):
bluez-4.22-2.fc10

Steps to Reproduce:
ls -l /etc/udev/rules.d/97-bluetooth-serial.rules
  
Actual results:
-rwxr-xr-x 1 root root 2283  9 dic 12:30 /etc/udev/rules.d/97-bluetooth-serial.rules

Expected results:
-rw-r--r-- 1 root root 2283  9 dic 12:30 /etc/udev/rules.d/97-bluetooth-serial.rules

Comment 1 Bastien Nocera 2009-03-05 00:56:31 UTC
Fixed in 4.32-3 in rawhide. Thanks.