]> arthur.barton.de Git - netatalk.git/commit
Setting POSIX ACLs on Linux
authorFrank Lahm <franklahm@googlemail.com>
Thu, 14 Mar 2013 18:54:52 +0000 (19:54 +0100)
committerRalph Boehme <sloowfranklin@gmail.com>
Fri, 22 Mar 2013 12:13:36 +0000 (13:13 +0100)
commitb9a9ac3498b7ae48c11b2bec6be1aff810cd37d2
tree6b05b3b05c047e25f05fcae88db58672b4a58206
parent2297286a5be343d5a3b1838453f84612be1f7a9e
Setting POSIX ACLs on Linux

The VFS module for setting ACLs on Linux returned an error when
try to set an ACL for a file that doesn't have a ressource fork.

Fix this by checking for ENOENT errno and then returning with 0
from the VFS stack.
NEWS
etc/afpd/acls.c
libatalk/vfs/acl.c
libatalk/vfs/vfs.c