search for: delete_child

Displaying 15 results from an estimated 15 matches for "delete_child".

2012 Dec 05
0
[Bug 9466] New: GPFS ACLs are not copied by rsync when copying between two GPFS filesystems
...copy a file/folder which has ALCs present using the "stock" rsync: # mmgetacl /gpfs1/testfolder1/ #NFSv4 ACL #owner:root #group:root user:12345:rwxc:allow:FileInherit:DirInherit (X)READ/LIST (X)WRITE/CREATE (X)MKDIR (X)SYNCHRONIZE (X)READ_ACL (X)READ_ATTR (X)READ_NAMED (X)DELETE (X)DELETE_CHILD (X)CHOWN (X)EXEC/SEARCH (X)WRITE_ACL (X)WRITE_ATTR (X)WRITE_NAMED group:123456:rwxc:allow:FileInherit:DirInherit (X)READ/LIST (X)WRITE/CREATE (X)MKDIR (X)SYNCHRONIZE (X)READ_ACL (X)READ_ATTR (X)READ_NAMED (X)DELETE (X)DELETE_CHILD (X)CHOWN (X)EXEC/SEARCH (X)WRITE_ACL (X)WRITE_ATTR (X)WRITE_...
2010 Jan 31
0
? NFSv4 and ZFS: removing write_owner attribute does not stop a user changing file group ownership
...roup ACLs...nothing for everyone. bash-3.00$ id uid=100(timt) gid=10001(ccbcadmins) bash-3.00$ groups ccbcadmins staff bash-3.00$ ls -v testacl -rwxrwx---+ 1 timt ccbcadmins 0 Jan 31 16:24 testacl 0:owner@:read_data/write_data/append_data/read_xattr/write_xattr/execute /delete_child/read_attributes/write_attributes/delete/read_acl /write_acl/write_owner/synchronize:allow 1:group@:read_data/write_data/append_data/read_xattr/write_xattr/execute /delete_child/read_attributes/write_attributes/delete/read_acl /write_acl/write_owner/synchronize:a...
2020 Nov 21
0
Cannot delete (empty) folder from Mac client
...oc > # ls -l /shares/myshare/mydir.doc > total 0 (Notice no ACLs are set) On the client: > $ ls -le /Volumes/ > drwx------+ 1 user2 XXXXXXXX\Domain Users 16384 Nov 19 15:10 myshare > 0: AAAABBBB-CCCC-DDDD-EEEE-FFFF82000000 allow list,add_file,search,delete,add_subdirectory,delete_child,readattr,writeattr,readextattr,writeextattr,readsecurity,writesecurity,chown > 1: group:XXXXXXXX\Domain Users allow list,add_file,search,delete,add_subdirectory,delete_child,readattr,writeattr,readextattr,writeextattr,readsecurity,writesecurity,chown > 2: group:everyone allow > $ ls -l...
2016 Nov 30
1
slow directory access, convert_string_internal: Conversion error: Incomplete multibyte sequence
...sales 48 Nov 29 18:58 /Pool1/Department/Sales 0:user:nobody:read_xattr/read_attributes/read_acl:allow 1:user:root:read_xattr/read_attributes/read_acl:allow 2:group@:list_directory/read_data/add_file/write_data/add_subdirectory /append_data/read_xattr/write_xattr/execute/delete_child /read_attributes/write_attributes/delete/read_acl/write_acl /write_owner/synchronize:allow 3:owner@:list_directory/read_data/add_file/write_data/add_subdirectory /append_data/read_xattr/write_xattr/execute/delete_child /read_attributes/write_attributes/delete/read_acl/write_acl...
2016 Nov 30
2
slow directory access, convert_string_internal: Conversion error: Incomplete multibyte sequence
There are definitely some files with some weird names- in an ssh session they don't even have regular characters. e.g -rw-rw---- 1 xxx xxx 114985112 Oct 31 14:39 ▒^t Not sure if that is related to problems though. The top command shows Memory: 12G phys mem, 343M free mem, 2048M total swap, 2048M free swap This is in the evening so should not be much load but I think
2010 Apr 21
8
DO NOT REPLY [Bug 7382] New: Fails to copy with ACL issue if src user is unknown (OSX 10.6 only)
...B : target dir on local machine rsync: rsync 3.0.7 running on OSX 10.6.3 --- rsync works when src dir was created by local user --- ls -lde DIR-LOCAL-USER drwx-wx-wx+ 3 admin staff 102 Apr 1 10:59 DIR-LOCAL-USER 0: user:admin allow list,add_file,search,delete,add_subdirectory,delete_child,readattr,writeattr,readextattr,writeextattr,readsecurity,writesecurity,chown,file_inherit,directory_inherit rsync -aA DIR-LOCAL-USER DIRB ls -lde DIRB drwx-wx-wx+ 3 admin staff 102 Apr 1 10:59 DB 0: user:admin allow list,add_file,search,delete,add_subdirectory,delete_child,readattr,writeatt...
2008 Feb 28
0
Windows permissions and inheritance
...looks fine, and under Solaris it looks ok too, the permissions appear as: d---r-x---+ 3 ross smith domain users 3 Feb 28 08:24 Departments 0:group:domain admins:list_directory/read_data/add_file/write_data /add_subdirectory/append_data/read_xattr/write_xattr/execute /delete_child/read_attributes/write_attributes/delete/read_acl /write_acl/write_owner/synchronize:file_inherit/dir_inherit:allow 1:group@:list_directory/read_data/read_xattr/execute/read_attributes /read_acl/synchronize:file_inherit/dir_inherit:allow However, if I logon to a windows machine as a Do...
2020 Nov 05
0
[Announce] Samba 4.12.10 Available for Download
...n to connect to the volume. Changes since 4.12.9 -------------------- o Jeremy Allison <jra at samba.org> * BUG 14486: s3: modules: vfs_glusterfs: Fix leak of char **lines onto mem_ctx on return. o Ralph Boehme <slow at samba.org> * BUG 14471: RN: vfs_zfsacl: Only grant DELETE_CHILD if ACL tag is special. o Alexander Bokovoy <ab at samba.org> * BUG 14538: smb.conf.5: Add clarification how configuration changes reflected by Samba. o G?nther Deschner <gd at samba.org> * BUG 14486: s3-vfs_glusterfs: Refuse connection when write-behind xlator is pre...
2020 Nov 05
0
[Announce] Samba 4.12.10 Available for Download
...n to connect to the volume. Changes since 4.12.9 -------------------- o Jeremy Allison <jra at samba.org> * BUG 14486: s3: modules: vfs_glusterfs: Fix leak of char **lines onto mem_ctx on return. o Ralph Boehme <slow at samba.org> * BUG 14471: RN: vfs_zfsacl: Only grant DELETE_CHILD if ACL tag is special. o Alexander Bokovoy <ab at samba.org> * BUG 14538: smb.conf.5: Add clarification how configuration changes reflected by Samba. o G?nther Deschner <gd at samba.org> * BUG 14486: s3-vfs_glusterfs: Refuse connection when write-behind xlator is pre...
2020 Nov 03
0
[Announce] Samba 4.13.2 Available for Download
...to connect to the volume. Changes since 4.13.1 -------------------- o Jeremy Allison <jra at samba.org> * BUG 14486: s3: modules: vfs_glusterfs: Fix leak of char **lines onto mem_ctx on return. o Ralph Boehme <slow at samba.org> * BUG 14471: RN: vfs_zfsacl: Only grant DELETE_CHILD if ACL tag is special. o Alexander Bokovoy <ab at samba.org> * BUG 14538: smb.conf.5: Add clarification how configuration changes reflected by Samba. * BUG 14552: daemons: Report status to systemd even when running in foreground. * BUG 14553: DNS Resolver: Support both dn...
2020 Nov 03
0
[Announce] Samba 4.13.2 Available for Download
...to connect to the volume. Changes since 4.13.1 -------------------- o Jeremy Allison <jra at samba.org> * BUG 14486: s3: modules: vfs_glusterfs: Fix leak of char **lines onto mem_ctx on return. o Ralph Boehme <slow at samba.org> * BUG 14471: RN: vfs_zfsacl: Only grant DELETE_CHILD if ACL tag is special. o Alexander Bokovoy <ab at samba.org> * BUG 14538: smb.conf.5: Add clarification how configuration changes reflected by Samba. * BUG 14552: daemons: Report status to systemd even when running in foreground. * BUG 14553: DNS Resolver: Support both dn...
2009 Jan 30
5
ACLs under Samba 3.3.0
Is behavior of ACLs under Samba 3.3.0 (Sernet) completely different from that under version 3.2.7? The release notes only talks about some "fixes". I installed version 3.3.0 and got completely different result with the same filesystem and the exact same samba configuration. The ACLs behaved strangely and appeared very different under Windows ACL editor. Users were now unable to
2009 Mar 30
0
multi-protocol (cifs/nfs) access to same files - help please
..., execute, read_attributes, read_acl, synchronize Deny:add_file, write_data, add_subdirectory, append_data, write_xattr, write_attributes, write_acl, write_owner user:nfs Allow:list_directory, read_data, add_file, write_data, add_subdirectory, append_data, read_xattr, write_xattr, execute, delete_child, write_attributes, write_acl, write_owner user:smb Allow:list_directory, read_data, add_file, write_data, add_subdirectory, append_data, read_xattr, write_xattr, execute, delete_child, write_attributes, write_acl, write_owner CIFS share (named big) has anonymous access enable NFS share has...
2014 Feb 20
0
Solaris Extended ACLs samba-3.6 vs samba-4.1 differences
...normal chmod except for the write_acl part. It looks like this: chown root username chmod A- username chmod og-rwx username chmod A+user:username:write_acl:deny username chmod A+user:username:list_directory/read_data/add_file/write_data/add_subdirectory/append_data/read_xattr/write_xattr/execute/delete_child/read_attributes/read_acl/write_owner/synchronize:allow username chmod A+group@:read_xattr/read_attributes/read_acl/synchronize:allow username chmod A+everyone@:read_xattr/read_attributes/read_acl/synchronize:allow username This all works very well when using an NFS mounted filesystem, and works wi...
2018 Mar 06
0
NFS-Ganesha, Gluster and file creation
...6933[work-48] nfs_access_op :NFS3 :DEBUG :NFS3: DEBUG: Requested ACCESS=READ,LOOKUP,MODIFY,EXTEND,DELETE,- 06/03/2018 11:08:01 : epoch 5a9e7635 : gnfs01.local : ganesha.nfsd-6933[work-48] nfs_access_op :NFS3 :DEBUG :NFS3: DEBUG: access_mask = mode(rwx) ACL(list_dir,add_file,execute,add_subdirectory,delete_child) 06/03/2018 11:08:01 : epoch 5a9e7635 : gnfs01.local : ganesha.nfsd-6933[work-48] nfs_access_op :NFS3 :DEBUG :NFS3: DEBUG: Supported ACCESS=READ,LOOKUP,MODIFY,EXTEND,DELETE,- 06/03/2018 11:08:01 : epoch 5a9e7635 : gnfs01.local : ganesha.nfsd-6933[work-48] nfs_access_op :NFS3 :DEBUG :NFS3: DEBUG: Gr...