Commit 496c2cf0347839dc189891d7f158fcdd7f5c2e7c

Pádraig Brady 2015-04-25T21:49:43

file-has-acl: always return false when ACLs aren't supported * lib/file-has-acl.c (file_has_acl): Consistent with other paths, change the GNU/Linux getxattr path, to transform "not supported" errors to a false return rather than an error. This is handled within file_has_acl() due to the platform specific tests to determine if ACLs are not supported.