]> code.ossystems Code Review - openembedded-core.git/commit
acl: fix the order of expected output of getfacl
authorChong Lu <Chong.Lu@windriver.com>
Mon, 24 Mar 2014 08:12:47 +0000 (16:12 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 24 Mar 2014 10:17:41 +0000 (10:17 +0000)
commita5180e942c9315d280580773e72fe67f27629a3c
tree9b22089ed6259f4edd0158b57dd1c6a66b908223
parent4a47c943a76e79af82d47d8fa83c6687e0d915a0
acl: fix the order of expected output of getfacl

The result of getfacl is sorted by user id.
In Centos or RHEL, bin user id is 1 and daemon user id is 2.
But in our image, bin user id is 2 and daemon user id is 1.
The patch fixes this issue to make ptest pass.

Signed-off-by: Chong Lu <Chong.Lu@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-support/attr/acl.inc
meta/recipes-support/attr/acl/acl-fix-the-order-of-expected-output-of-getfacl.patch [new file with mode: 0644]