commit | 1e43f83f7ab338f64f77299031e0b8bf1b43e034 | [log] [tgz] |
---|---|---|
author | Adrien Schildknecht <adriens@google.com> | Tue Nov 29 22:01:52 2016 -0800 |
committer | Theodore Ts'o <tytso@mit.edu> | Tue May 23 22:09:54 2017 -0400 |
tree | 65ad9d296b31780cf9010402b2747661fc13eb34 | |
parent | ed8e189b38a96cf678e0ef901dd9a3fdb6c133d4 [diff] |
AOSP: e2fsdroid: read and enforce android's permissions Set the permissions and the extended attributes as defined by fs_config and selinux. Test: create an image with make_ext4 and with mke2fs + e2fsdroid Compare the output of: for f in `find . | sort`; do xattr -l "$f"; md5sum "$f" ls -lah "$f" done Change-Id: I64c97f81c7f5e2bcf3cee3431e410d064cf0735a From AOSP commit: 4c1e1f46301b3ff7f60be1d8e943ecc23b917ca7 Signed-off-by: Theodore Ts'o <tytso@mit.edu>