]> arthur.barton.de Git - netatalk.git/commit
Add advanced option "chmod request" controlling ACLs
authorRalph Boehme <rb@sernet.de>
Tue, 24 Jun 2014 16:25:15 +0000 (18:25 +0200)
committerRalph Boehme <rb@sernet.de>
Wed, 25 Jun 2014 13:00:38 +0000 (15:00 +0200)
commitc72d10d6f92fe81d040ab983768d7fdccea7fb2e
tree46f21b5c5acb6333f4ff0cb34ef713a57b810db6
parent3b7100c43dd34985d3b03f048341d3d48fbf5840
Add advanced option "chmod request" controlling ACLs

chmod request = ignore | preserve (default) | simple

* ignore = UNIX chmod() requests are completely ignored
* preserve = preserve ZFS ACEs for named users and groups or POSIX ACL
  group mask
* simple = just to a chmod() as requested without any extra steps

Signed-off-by: Ralph Boehme <rb@sernet.de>
NEWS
doc/manpages/man5/afp.conf.5.xml
etc/afpd/desktop.c
etc/afpd/unix.c
include/atalk/acl.h
include/atalk/volume.h
libatalk/util/netatalk_conf.c
libatalk/util/unix.c
libatalk/vfs/unix.c
libatalk/vfs/vfs.c
man/man5/afp.conf.5.in