The fix for bug #12181 included a change that should ensure filesystem permissions are out of the way when using VFS modules acl_xattr or acl_tdb with "acl_xattr:ignore system acls = yes". At runtime, when the module is loaded, we now set "create mask = 0666" which doesn't contain executable rights files. This should really by "create mask = 0777" instead. Patch to follow...
Created attachment 13167 [details] Patch for 4.5 and 4.6 cherry-picked from master
Assigning to Karolin for inclusion in 4.5.next and 4.6.next
(In reply to Uri Simchoni from comment #2) Pushed to autobuild-v4-{6,5}-test.
(In reply to Karolin Seeger from comment #3) Pushed to both branches. Closing out bug report. Thanks!