[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

XFS/setfacl ordering bug still?



# setfacl -R -m u:eric:rx /www

gives a bunch of:

setfacl: /www/vtc/www.vectortheater.org/inc: Resulting ACL
`user::rwx,user:www:r-x,user:tim:rwx,user:er1c:rwx,user:jc:r-x,user:eric:r-x
,group::--x,mask::rwx,other::rwx': Missing or wrong entry at entry 3

Despite the acl_entry_sort(acl); additions,  I'm getting this type of
error - like when it 'sorts' the entry its doing so alphabetically? like it
seems to me that its erroring because of the user:<uid> entries are infront
of the group/mask/other right?

so is this happening because the acl_entry_sort(acl); is doing it just
alphabetically when it really should be not?

(I'm running hte latest CVS copy of the 'cmd'  - or were there perhaps some
alterations in the kernel for this too?

Eric