[PATCH] ubifs: implement POSIX Access Control Lists (ACLs)
Pascal Eberhard
pascal.eberhard at gmail.com
Sun Oct 9 14:03:02 PDT 2016
Hi,
On 2016-10-09 22:53, Pascal Eberhard wrote:
> This patch implements POSIX Access Control Lists (ACLs) in UBIFS.
The history of this patch might be of interest:
- I am running UBIFS with ACL for 2 years with kernel 3.2. The goal
now is to -finally- get in sync with mainline.
APIs evolved a lot since 3.2, so porting this initial code to
mainline did not really make sense as 80% of the code is now
implemented in a generic manner.
- As well, I was pleased to see Sheng Yong patch proposal in 2015 in
ML archives, but it seems it has not been finalized.
So this work is based on actual btrfs implementation and 'inspired'
from Sheng Yong proposal, related discussions, as well as my 3.2
initial code.
This patch has been tested with:
- LTP fs/acl/tacl_xattr.sh (modified version),
- LTP fs/acls/acl_test01 (modified version),
- an ACL test suite made during initial 3.2 development.
Best regards,
Pascal
More information about the linux-mtd
mailing list