summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/attr/acl/acl-fix-the-order-of-expected-output-of-getfacl.patch
Commit message (Collapse)AuthorAgeFilesLines
* acl: fix the order of expected output of getfaclChong Lu2014-03-251-0/+198
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. (From OE-Core rev: a5180e942c9315d280580773e72fe67f27629a3c) Signed-off-by: Chong Lu <Chong.Lu@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>