Opened 9 years ago
Last modified 8 years ago
#1204 new defect
chicken-install permissions with executables
Reported by: | John Foerch | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | someday |
Component: | unknown | Version: | 4.9.x |
Keywords: | umask | Cc: | Christian Kellermann, Kon Lovett |
Estimated difficulty: | medium |
Description
I believe I am seeing another case of issue #773, incorrect permissions on chicken-install'd files when UMASK is 0027. I installed the missbehave egg with chicken-install, which includes a binary called 'behave'. I see the following in chicken-install's output:
sudo cp -r 'behave' '/usr/local/bin/behave'
sudo chmod a+r '/usr/local/bin/behave'
This file should have a+rx since it is an executable.
CHICKEN 4.9.0.1
setup-helper: 1.5.4
Note: See
TracTickets for help on using
tickets.