search for: zfs_acl

Displaying 12 results from an estimated 12 matches for "zfs_acl".

Did you mean: nfs_acl
2007 Feb 14
5
Need help making lsof work with ZFS
I contacted the author of ''lsof'' regarding the missing ZFS support. The command works but fails to display any files that are opened by the process in a ZFS filesystem. He indicates that the required ZFS kernel structure definitions (header files) are not shipped with the OS. He further indicated that he rummaged through the OpenSolaris source tree and the files doesn''t
2007 May 09
5
Refactor zfs_zget()
Hi, Since almost all operations in the FUSE low-level API identify files by inode number, I''ve been using zfs_zget() to get the corresponding znode/vnode in order to call the corresponding VFS function in zfs_vnops.c. However, there are some cases when zfs_zget() behaves slightly different than I need: 1) If zp->z_unlinked != 0 then zfs_zget() returns ENOENT. I need it to return
2006 Oct 31
0
6362908 nfsv4-test: RENAME does not check PERM with NFSv4/ZFS
...marks Repository: /hg/zfs-crypto/gate Revision: d3160869d28dca623e514dc1f38e84d9335c2a55 Log message: 6362908 nfsv4-test: RENAME does not check PERM with NFSv4/ZFS 6372549 nfsv4 server returns OK for SETATTR of size on a symlink over ZFS, INVAL is expected Files: update: usr/src/uts/common/fs/zfs/zfs_acl.c update: usr/src/uts/common/fs/zfs/zfs_vnops.c
2006 Oct 31
0
6380036 zfs does not clear S_ISUID and S_ISGID bits on successful writes
...ssage: 6380036 zfs does not clear S_ISUID and S_ISGID bits on successful writes 6388195 conflict of filesystem property of "aclinherit=secure" & ACE no_propagate 6389212 file_dac_search privilege is ineffective when traversing zfs mount point Files: update: usr/src/uts/common/fs/zfs/zfs_acl.c update: usr/src/uts/common/fs/zfs/zfs_vnops.c
2014 Aug 01
0
samba 4.1.9 group share issues with nfsv4 acl
...o be set with root owner and the suitable group, and every users were able to read and write on their group folders. (no need for any acl) It seems that it doesn't work this way anymore, from samba 3.6 to samba 4.1.on I saw that a way to handle that was to use acl, so I configured to use the zfs_acl vfs. My configuration is currently : --- [midterm] path = /data/midterm read only = No create mask = 0770 directory mask = 0770 inherit acls = Yes inherit owner = Yes map acl inherit = Yes hide unreadable = Yes map archive = No map readonly = no store dos attributes = Yes csc policy =...
2007 Aug 30
4
Samba with ZFS ACL
Hi, I''m looking for Samba, which work native ZFS ACL. With ZFS almost everything work except native ZFS ACL. I have learned on samba mailing list, that it dosn''t work while samba-3.2.0 will be released. Has anyone knows any solution to work samba-3.0.25? If any idea, please let me know. thanks This message posted from opensolaris.org
2017 Nov 02
0
[Announce] Samba 4.7.1 Available for Download
...issing LDAP query escapes in DNS rpc server. * BUG 13087: replace: Link to -lbsd when building replace.c by hand. o Ralph Boehme <slow at samba.org> * BUG 6133: Cannot delete non-ACL files on Solaris/ZFS/NFSv4 ACL filesystem. * BUG 7909: Map SYNCHRONIZE acl permission statically in zfs_acl vfs module. * BUG 7933: Samba fails to honor SEC_STD_WRITE_OWNER bit with the acl_xattr module. * BUG 12991: s3/mdssvc: Missing assignment in sl_pack_float. * BUG 12995: Wrong Samba access checks when changing DOS attributes. * BUG 13062: samba_runcmd_send() leaves zombie processes...
2017 Nov 02
0
[Announce] Samba 4.7.1 Available for Download
...issing LDAP query escapes in DNS rpc server. * BUG 13087: replace: Link to -lbsd when building replace.c by hand. o Ralph Boehme <slow at samba.org> * BUG 6133: Cannot delete non-ACL files on Solaris/ZFS/NFSv4 ACL filesystem. * BUG 7909: Map SYNCHRONIZE acl permission statically in zfs_acl vfs module. * BUG 7933: Samba fails to honor SEC_STD_WRITE_OWNER bit with the acl_xattr module. * BUG 12991: s3/mdssvc: Missing assignment in sl_pack_float. * BUG 12995: Wrong Samba access checks when changing DOS attributes. * BUG 13062: samba_runcmd_send() leaves zombie processes...
2011 Apr 05
2
acl_xattr access denied when adding permissions for another user
Dear all We run Samba 3.5.8 on a Solaris 11 box on top of ZFS We got the impression that the VFS module acl_xattr provides the best way of keeping Windows ACLs. We don't have concurrent NFS or local users so it's Windows only. The clients as well as the Samba server are members of an AD domain. Creating files/directories works as expected and also manipulating permissions for the initial
2006 Nov 21
12
Setting ACLs
This is possibly the dumbest question I have asked ever, but how do you set ACLs on files within a ZFS filesystem? Trying to use setfacl(1) diverts me to the acl(5) manpage; well, I know that I need to use NFSv4 style ACLs, but where is the utility to do so? This is on Solaris 10 Update 2. Thanks, Ceri -- That must be wonderful! I don''t understand it at all.
2008 Jul 25
0
resynv onnv-gate
...port_fop.c usr/src/uts/common/fs/zfs/dmu_tx.c usr/src/uts/common/fs/zfs/dsl_pool.c usr/src/uts/common/fs/zfs/dsl_scrub.c usr/src/uts/common/fs/zfs/spa.c usr/src/uts/common/fs/zfs/sys/dsl_pool.h usr/src/uts/common/fs/zfs/sys/spa.h usr/src/uts/common/fs/zfs/sys/zio.h usr/src/uts/common/fs/zfs/zfs_acl.c usr/src/uts/common/fs/zfs/zfs_ioctl.c usr/src/uts/common/fs/zfs/zfs_vfsops.c usr/src/uts/common/fs/zfs/zil.c usr/src/uts/common/fs/zfs/zio.c usr/src/uts/common/inet/ipf/fil.c usr/src/uts/common/inet/ipf/ip_compat.c usr/src/uts/common/inet/ipf/ip_fil_solaris.c usr/src/uts/common/inet/ipf/i...
2013 Oct 26
2
[PATCH] 1. changes for vdiskadm on illumos based platform
...ATURES_FOR_READ "features_for_read" /* * The persistent vdev state is stored as separate values rather than a single * ''vdev_state'' entry. This is because a device can be in multiple states, such diff -r 7c12aaa128e3 -r c2e11847cac0 tools/libfsimage/zfs/zfs-include/zfs_acl.h --- a/tools/libfsimage/zfs/zfs-include/zfs_acl.h Thu Oct 24 22:46:20 2013 +0100 +++ b/tools/libfsimage/zfs/zfs-include/zfs_acl.h Sat Oct 26 20:03:06 2013 +0400 @@ -24,8 +24,6 @@ #ifndef _SYS_FS_ZFS_ACL_H #define _SYS_FS_ZFS_ACL_H -#pragma ident "%Z%%M% %I% %E% SMI" - #ifndef _UID_T...