Handle MLS selinux policy better
authorMatthias Clasen <mclasen@redhat.com>
Thu, 8 Jul 2010 18:19:08 +0000 (14:19 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 8 Jul 2010 18:19:08 +0000 (14:19 -0400)
commit71e7b5800a310ae7424f3eec4ebcdcc1becaa6e7
tree1145aafeb0701db5d41d96d8bac6c39bc14a6ce4
parent1e8656fe24e846f3bb0533e96afb1e0b46a37b49
Handle MLS selinux policy better

Following the behaviour of ls here, we should return at least the
file name, if we can't get any other information about a file. To
do this, handle EACCESS on stat() calls.

Patch by Tomas Bzatek, see bug 623692
gio/glocalfileinfo.c