Opened 10 years ago

Last modified 7 years ago

#1141 assigned defect

hyde: execute permissions on hyde executable

Reported by: John Foerch Owned by: Moritz Heidkamp
Priority: major Milestone: someday
Component: extensions Version: 4.9.x
Keywords: Cc:
Estimated difficulty: medium

Description

I installed hyde by doing:

$ chicken-install -s hyde

Chicken-install reported that the hyde executable was installed like this:

sudo cp -r 'hyde' '/usr/bin/hyde'
sudo chmod a+r '/usr/bin/hyde'

This file then did not have execute permission for my user account:

$ ls -la /usr/bin/hyde
-rwxr-xr-- 1 root root 82326 Jul 14 19:24 /usr/bin/hyde

This may or may not be related to the fact that my account's umask is 027 instead of the more commonly seen 022.

$ umask
0027

I am using chicken 4.9.0 from Debian jessie (current testing).

Change History (2)

comment:1 Changed 10 years ago by sjamaan

Owner: set to Moritz Heidkamp
Status: newassigned

comment:2 Changed 7 years ago by sjamaan

Estimated difficulty: medium
Note: See TracTickets for help on using tickets.