Summary
hyde: execute permissions on hyde executable
Metadata
- Id: 1f5aa388b1837e6aa6ee5233b85d0c79ce15a9a5
- Trac id: 1141
- Type: defect
- Reporter: retroj
- Owner: syn
- Cc:
- Status: assigned
- Component: extensions
- Estimated difficulty: medium
- Resolution:
- Priority: major
- Milestone: someday
- Version: 4.9.x
- Changetime: 2017-08-25 14:14:06 UTC
- Created: 2014-07-15 01:37:54 UTC
- Keywords:
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).