search for: acl_group_obj

Displaying 5 results from an estimated 5 matches for "acl_group_obj".

2003 Apr 10
1
ACLs and ACL_GROUP_OBJ
I have really strange problem. I create a subdirectory in s directory with ALCs and default ACLs. The new subdirectory geins rwx permitions for ACL_GROUP_OBJ (Full Access for CREATOR GROUP in NT security dialog box). Any combination of parameters like (force) create mask, security mask etc. doesn't help as well as inherit acls or inherit permitions. I tried versions 2.2.7b, 2.2.8 and 2.2.8a with similar results. The strange thing is, that when I i...
2006 Dec 04
1
make errors, rsync 2.6.9 with acls patch
...lared (first use in this function) acls.c:285: error: 'ACL_WRITE' undeclared (first use in this function) acls.c:289: error: 'ACL_USER_OBJ' undeclared (first use in this function) acls.c:295: error: 'ACL_USER' undeclared (first use in this function) acls.c:297: error: 'ACL_GROUP_OBJ' undeclared (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 funct...
2010 Jul 20
1
acl and chmod interaction
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 #$ setfacl -m u:mf:r bla #$ getfacl bla # file: bla # owner: root # group: root user::rw- user:mf:r-- group::r-- mask::r-- other::r-- It is readable by mf like intended. #$ chmod go-rwx bla #$ getfacl bla # file: bla # owner: root # group: root user::rw- user:mf:r-- #effective:--- group::r-- #effective:--- mask::--- other::--- It is not
2019 Aug 06
1
[Bug 14076] New: 3.13 - lib/sysacls.h:118:13: error: array type has incomplete element type 'struct acl'
...pears in #define SMB_ACL_USER_OBJ USER_OBJ ^ acls.c:286:8: note: in expansion of macro 'SMB_ACL_USER_OBJ' case SMB_ACL_USER_OBJ: ^~~~~~~~~~~~~~~~ lib/sysacls.h:110:27: error: 'GROUP_OBJ' undeclared (first use in this function); did you mean 'ACL_GROUP_OBJ'? #define SMB_ACL_GROUP_OBJ GROUP_OBJ ^ acls.c:292:8: note: in expansion of macro 'SMB_ACL_GROUP_OBJ' case SMB_ACL_GROUP_OBJ: ^~~~~~~~~~~~~~~~~ lib/sysacls.h:112:23: error: 'CLASS_OBJ' undeclared (first use in this function) #define SMB_AC...
2010 Mar 20
2
[PATCH 4/4] btrfs-convert: split into convert/.
...nt; i++, dst_entry++) { - src_entry = (ext2_acl_entry *)src; - if (src + sizeof(ext2_acl_entry_short) > end) - goto fail; - dst_entry->e_tag = src_entry->e_tag; - dst_entry->e_perm = src_entry->e_perm; - switch (le16_to_cpu(src_entry->e_tag)) { - case ACL_USER_OBJ: - case ACL_GROUP_OBJ: - case ACL_MASK: - case ACL_OTHER: - src += sizeof(ext2_acl_entry_short); - dst_entry->e_id = cpu_to_le32(ACL_UNDEFINED_ID); - break; - case ACL_USER: - case ACL_GROUP: - src += sizeof(ext2_acl_entry); - if (src > end) - goto fail; - dst_entry->e_id = src_entry->e_id...