Displaying 2 results from an estimated 2 matches for "store_access_in_entry".
2006 Oct 03
3
change_sacl_perms() and ACLs from Solaris to 2.6 Linux
...problem is
apparently:
	                case SMB_ACL_MASK:
	#ifndef ACLS_NEED_MASK
	                        /* mask is only empty when we don't need it. */
	                        if (racl->mask == ACL_NO_ENTRY)
	                                break;
	#endif
	                        COE2( store_access_in_entry,((mode >> 3) & 7, entry) );
	                        break;
As far as I can tell, this is setting the mask value based upon the file's
group mode.  But I don't know why that would be desired.  So I'm not sure
what to do to fix this problem.
Any help, please?
I'm wonderi...
2006 Dec 04
1
make errors, rsync 2.6.9 with acls patch
...eclared (first use in this  
function)
acls.c:303: error: 'ACL_GROUP' undeclared (first use in this function)
acls.c:305: error: 'ACL_MASK' undeclared (first use in this function)
acls.c:311: error: 'ACL_OTHER' undeclared (first use in this function)
acls.c: In function 'store_access_in_entry':
acls.c:381: error: 'ACL_READ' undeclared (first use in this function)
acls.c:383: error: 'ACL_WRITE' undeclared (first use in this function)
acls.c: In function 'pack_smb_acl':
acls.c:412: error: 'ACL_USER_OBJ' undeclared (first use in this  
function)
acls.c:4...