diff options
| author | Gao Xiang <[email protected]> | 2019-01-29 16:35:20 +0800 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2019-01-30 15:38:50 +0100 |
| commit | 516c115c9170f5835102ef3982d7073808da540b (patch) | |
| tree | 4a94b5f62816c5f7098ab56448c64fe5cad0bec6 /tools/perf/scripts/python | |
| parent | a24df1f62f7929d5d8f31fc64988581e160057d1 (diff) | |
staging: erofs: complete POSIX ACL support
Let's add .get_acl() to read the file's acl from its xattrs
to make POSIX ACL usable.
Here is the on-disk detail,
fullname: system.posix_acl_access
struct erofs_xattr_entry:
.e_name_len = 0
.e_name_index = EROFS_XATTR_INDEX_POSIX_ACL_ACCESS (2)
fullname: system.posix_acl_default
struct erofs_xattr_entry:
.e_name_len = 0
.e_name_index = EROFS_XATTR_INDEX_POSIX_ACL_DEFAULT (3)
Reviewed-by: Chao Yu <[email protected]>
Signed-off-by: Gao Xiang <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions