The Samba-Bugzilla – Attachment 3279 Details for
Bug 5447
(samba 3.0) NFSv4/ZFS ACLs dont work on NFS mount because POSIX ACL are being used
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Proposed workaround (fix?)
samba_bug5447__vfs_zfsacl_samba3.0.patch (text/plain), 1.05 KB, created by
Nils Goroll
on 2008-05-07 02:51:17 UTC
(
hide
)
Description:
Proposed workaround (fix?)
Filename:
MIME Type:
Creator:
Nils Goroll
Created:
2008-05-07 02:51:17 UTC
Size:
1.05 KB
patch
obsolete
>--- ori/samba-3.0.28a/source/modules/vfs_zfsacl.c Mon May 5 14:16:59 2008 >+++ samba-3.0.28a/source/modules/vfs_zfsacl.c Mon May 5 14:25:18 2008 >@@ -197,9 +197,33 @@ > return zfs_set_nt_acl(handle, fsp, security_info_sent, psd); > } > >+static NTSTATUS zfsacl_fail() { >+ return 0; >+} >+ > /* VFS operations structure */ > > static vfs_op_tuple zfsacl_ops[] = { >+ {SMB_VFS_OP(zfsacl_fail), >+ SMB_VFS_OP_SYS_ACL_GET_FILE, >+ SMB_VFS_LAYER_TRANSPARENT}, >+ >+ {SMB_VFS_OP(zfsacl_fail), >+ SMB_VFS_OP_SYS_ACL_GET_FD, >+ SMB_VFS_LAYER_TRANSPARENT}, >+ >+ {SMB_VFS_OP(zfsacl_fail), >+ SMB_VFS_OP_SYS_ACL_SET_FILE, >+ SMB_VFS_LAYER_TRANSPARENT}, >+ >+ {SMB_VFS_OP(zfsacl_fail), >+ SMB_VFS_OP_SYS_ACL_SET_FD, >+ SMB_VFS_LAYER_TRANSPARENT}, >+ >+ {SMB_VFS_OP(zfsacl_fail), >+ SMB_VFS_OP_SYS_ACL_DELETE_DEF_FILE, >+ SMB_VFS_LAYER_TRANSPARENT}, >+ > {SMB_VFS_OP(zfsacl_fget_nt_acl), SMB_VFS_OP_FGET_NT_ACL, > SMB_VFS_LAYER_OPAQUE}, > {SMB_VFS_OP(zfsacl_get_nt_acl), SMB_VFS_OP_GET_NT_ACL,
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 5447
:
3279
|
3345