diff options
author | Jeremy Allison <jra@samba.org> | 2008-11-03 22:42:53 -0800 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2008-11-03 22:42:53 -0800 |
commit | 4f8fac1b8e1d185f732c32f20e3b7060e3835435 (patch) | |
tree | 3c44cae7836d9cf7819f25ab62118055d2e8ad80 /source3/modules | |
parent | 31158c02568c28507a8a405328c457d144ac6829 (diff) | |
download | samba-4f8fac1b8e1d185f732c32f20e3b7060e3835435.tar.gz samba-4f8fac1b8e1d185f732c32f20e3b7060e3835435.tar.bz2 samba-4f8fac1b8e1d185f732c32f20e3b7060e3835435.zip |
Pass all the non-inherited S4 RAW-ACL tests.
Jeremy.
Diffstat (limited to 'source3/modules')
-rw-r--r-- | source3/modules/vfs_acl_xattr.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/source3/modules/vfs_acl_xattr.c b/source3/modules/vfs_acl_xattr.c index e465e8f380..c3b27f81a5 100644 --- a/source3/modules/vfs_acl_xattr.c +++ b/source3/modules/vfs_acl_xattr.c @@ -442,6 +442,10 @@ static int open_acl_xattr(vfs_handle_struct *handle, fsp->access_mask, &access_granted); if (!NT_STATUS_IS_OK(status)) { + DEBUG(10,("open_acl_xattr: file %s open " + "refused with error %s\n", + fname, + nt_errstr(status) )); errno = map_errno_from_nt_status(status); return -1; } |