beyondgrep / ack2

**ack 2 is no longer being maintained. ack 3 is the latest version.**
https://github.com/beyondgrep/ack3/
Other
1.48k stars 138 forks source link

skip file permission test if program remains readable (for cygwin) #385

Closed wchristian closed 11 years ago

wchristian commented 11 years ago

On Cygwin files can be readable to users even when their permissions are set to disallow any reading. Currently i suspect this is due to Win32 admin user privileges trumping cygwin restrictions. As such, a skip is the best fix here.