diff options
author | Jeremy Allison <jra@samba.org> | 2008-11-04 01:34:08 -0800 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2008-11-04 01:34:08 -0800 |
commit | bfc59f63f3c13b1499e658c30b2185c7067c5fca (patch) | |
tree | 0a9e1bc2870c2c41364e10c2a1f0fc1fff36df61 /source3/modules | |
parent | 0953688012dcacca5b28a19c7a2d8393428ca151 (diff) | |
download | samba-bfc59f63f3c13b1499e658c30b2185c7067c5fca.tar.gz samba-bfc59f63f3c13b1499e658c30b2185c7067c5fca.tar.bz2 samba-bfc59f63f3c13b1499e658c30b2185c7067c5fca.zip |
Pass all of RAW-ACLS except for inheritence. Working on that next.
Jeremy.
Diffstat (limited to 'source3/modules')
-rw-r--r-- | source3/modules/vfs_acl_xattr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/modules/vfs_acl_xattr.c b/source3/modules/vfs_acl_xattr.c index c3b27f81a5..5dfe43e55b 100644 --- a/source3/modules/vfs_acl_xattr.c +++ b/source3/modules/vfs_acl_xattr.c @@ -437,7 +437,7 @@ static int open_acl_xattr(vfs_handle_struct *handle, &pdesc); if (NT_STATUS_IS_OK(status)) { /* See if we can access it. */ - status = se_access_check(pdesc, + status = smb1_file_se_access_check(pdesc, handle->conn->server_info->ptok, fsp->access_mask, &access_granted); |