Bug 453496

Summary: folder.png should not be executable
Product: [Fedora] Fedora Reporter: petrosyan
Component: xulrunnerAssignee: Jan Horak <jhorak>
Status: CLOSED UPSTREAM QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: low    
Version: rawhideCC: caillon, johnp, stransky, walters
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: 2008-10-23 11:35:43 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:
Attachments:
Description Flags
Fixed permission in Makefile.in file
none
Fixed installation of files (permissions) in Makefile.in none

Description petrosyan 2008-07-01 01:12:10 UTC
Description of problem:
folder.png should not be executable

Version-Release number of selected component (if applicable):
xulrunner-1.9-1.fc9

Steps to Reproduce:
$ ls -l /usr/lib64/xulrunner-1.9/res/html/folder.png

Actual results:
-rwxr-xr-x 1 root root 619 2007-08-17 18:57
/usr/lib64/xulrunner-1.9/res/html/folder.png

Comment 1 Jan Horak 2008-10-21 11:22:07 UTC
Created attachment 321003 [details]
Fixed permission in Makefile.in file

The files are installed to package by Packager::Copy function which copies permissions from original file. So when 'folder.png' has originally +x permissions the permissions remains same. The fix changes the file's permissions to -x while the application is build (by make all).

Comment 2 Jan Horak 2008-10-22 10:09:23 UTC
Created attachment 321130 [details]
Fixed installation of files (permissions) in Makefile.in

Thanks to M. Stransky, permission problem is solved while installing files.

Comment 3 Jan Horak 2008-10-23 11:35:43 UTC
Solving at:
https://bugzilla.mozilla.org/show_bug.cgi?id=461322