diff options
author | Michael Adam <obnox@samba.org> | 2007-10-20 02:17:07 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2007-11-06 19:26:53 +0100 |
commit | dbfee4efbf12802986f2ed3daad300ee6cfa982e (patch) | |
tree | ded0cee2da5d4f90c3c0715377596aa39da17b00 /testsuite/build_farm/torture-UNLINK.test | |
parent | 1fd78e226b503a1bce412ad6adbadc4c30a5f6e6 (diff) | |
download | samba-dbfee4efbf12802986f2ed3daad300ee6cfa982e.tar.gz samba-dbfee4efbf12802986f2ed3daad300ee6cfa982e.tar.bz2 samba-dbfee4efbf12802986f2ed3daad300ee6cfa982e.zip |
This is a proposed patch for Bug #5023.
The three can_* access check functions in smbd/posix_acls.c that are used in
smbd/open.c and smbd/nttrans.c explicitly called check_posix_acl_group_access()
This lead to errors with nfsv4 acls (ZFS and GPFS).
This changes the can_* functions to get the nt_acl via VFS layer and call
se_access_check on that. It also removes check_posix_acl_group_access()
which has no more callers.
NOTE: The can_* functions should really not be in smbd/posix_acls.c but
in a separate file (I propose smbd/access.c).
Michael
(This used to be commit 6f961a23de745aba5dcd4585b731e651b8cbeef4)
Diffstat (limited to 'testsuite/build_farm/torture-UNLINK.test')
0 files changed, 0 insertions, 0 deletions