xfs
[Top] [All Lists]

XFS/setfacl ordering bug still?

To: <linux-xfs@xxxxxxxxxxx>
Subject: XFS/setfacl ordering bug still?
From: "Eric Peters" <eric@xxxxxxxxxx>
Date: Sat, 25 Aug 2001 11:04:53 -0700
References: <200108242055.f7OKtIp06801@xenon.niehs.nih.gov> <3B86C267.8E4C951F@sgi.com>
Sender: owner-linux-xfs@xxxxxxxxxxx
# 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


<Prev in Thread] Current Thread [Next in Thread>