Yay ! Remove a VFS entry. Removed the set_nt_acl() call,
authorJeremy Allison <jra@samba.org>
Fri, 9 May 2008 01:09:07 +0000 (18:09 -0700)
committerJeremy Allison <jra@samba.org>
Fri, 9 May 2008 01:09:07 +0000 (18:09 -0700)
commitf487f742cb903a06fbf2be006ddc9ce9063339ed
treede8436538c813bdaf9eb9efd7aa2ea9c74dc5b22
parenta01d8fe5e89ca9620d23198b11e5ae605a97e5a6
Yay ! Remove a VFS entry. Removed the set_nt_acl() call,
this can only be done via fset_nt_acl() using an open
file/directory handle. I'd like to do the same with
get_nt_acl() but am concerned about efficiency
problems with "hide unreadable/hide unwritable" when
doing a directory listing (this would mean opening
every file in the dir on list).
Moving closer to rationalizing the ACL model and
maybe moving the POSIX calls into a posix_acl VFS
module rather than having them as first class citizens
of the VFS.
Jeremy.
18 files changed:
examples/VFS/skel_opaque.c
examples/VFS/skel_transparent.c
source/include/smbprofile.h
source/include/vfs.h
source/include/vfs_macros.h
source/modules/vfs_afsacl.c
source/modules/vfs_aixacl2.c
source/modules/vfs_cap.c
source/modules/vfs_catia.c
source/modules/vfs_default.c
source/modules/vfs_full_audit.c
source/modules/vfs_gpfs.c
source/modules/vfs_shadow_copy2.c
source/modules/vfs_zfsacl.c
source/profile/profile.c
source/rpc_server/srv_srvsvc_nt.c
source/smbd/nttrans.c
source/utils/status_profile.c