Re: [Yum-devel] Current dir read/write check in yummain

2011-09-27 Thread James Antill
On Tue, 2011-09-27 at 22:52 +0300, Ville Skyttä wrote: > Hello, > > Regarding https://bugzilla.redhat.com/show_bug.cgi?id=698795 there's > commit d54a9385 in git. However, open(".") does not result in > errno.EACCES if the dir is not writable, it does for me only if it's not > readable or not exe

[Yum-devel] Current dir read/write check in yummain

2011-09-27 Thread Ville Skyttä
Hello, Regarding https://bugzilla.redhat.com/show_bug.cgi?id=698795 there's commit d54a9385 in git. However, open(".") does not result in errno.EACCES if the dir is not writable, it does for me only if it's not readable or not executable. Also, at least for me it'll always throw some kind of an