Displaying 1 result from an estimated 1 matches for "coe2".
Did you mean:
ce2
2006 Oct 03
3
change_sacl_perms() and ACLs from Solaris to 2.6 Linux
...g the 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, p...