1.5.5: opendir opens directory without `r' permissions.

2003-11-05 Thread Derek Robert Price
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 This doesn't appear to be correct behaviour on most other UNIX platforms. On most platforms the opendir fails and sets an errno that resolves to Permission denied. This can be illustrated with the following short script: ~mkdir test ~touch

Re: 1.5.5: opendir opens directory without `r' permissions.

2003-11-05 Thread Christopher Faylor
On Wed, Nov 05, 2003 at 09:54:45AM -0500, Derek Robert Price wrote: This doesn't appear to be correct behaviour on most other UNIX platforms. On most platforms the opendir fails and sets an errno that resolves to Permission denied. This can be illustrated with the following short script: ~