android_kernel_xiaomi_sm8450/fs/incfs
Yurii Zubrytskyi de43680982 ANDROID: Incremental fs: set the correct access to mapped files
Backing file needs to have write permissions for all users
even though the mounted view doesn't - otherwise incfs can't
change the internal file data.

Bug: 180535478
Test: adb install <apk>
Signed-off-by: Yurii Zubrytskyi <zyy@google.com>
Signed-off-by: Paul Lawrence <paullawrence@google.com>
Change-Id: I5d7915b28072cff1508ba45b56e844cb678ca466
2021-03-01 16:16:08 +00:00
..
data_mgmt.c ANDROID: Incremental fs: Build merkle tree when enabling verity 2021-03-01 16:16:01 +00:00
data_mgmt.h ANDROID: Incremental fs: Store fs-verity state in backing file 2021-03-01 16:15:46 +00:00
format.c ANDROID: Incremental fs: Build merkle tree when enabling verity 2021-03-01 16:16:01 +00:00
format.h ANDROID: Incremental fs: Build merkle tree when enabling verity 2021-03-01 16:16:01 +00:00
integrity.c ANDROID: Incremental fs: Remove dependency on PKCS7_MESSAGE_PARSER 2020-06-08 17:03:32 +00:00
integrity.h ANDROID: Incremental fs: Remove signature checks from kernel 2020-03-18 16:22:17 +00:00
internal.h ANDROID: Incremental fs: Add FS_IOC_ENABLE_VERITY 2021-03-01 16:15:32 +00:00
Kconfig ANDROID: Incremental fs: Add zstd compression support 2020-11-05 23:00:32 +00:00
main.c ANDROID: Incremental fs: Add v2 feature flag 2020-12-10 20:15:54 +00:00
Makefile ANDROID: Incremental fs: Add FS_IOC_ENABLE_VERITY 2021-03-01 16:15:32 +00:00
pseudo_files.c ANDROID: Incremental fs: set the correct access to mapped files 2021-03-01 16:16:08 +00:00
pseudo_files.h ANDROID: Incremental fs: fix .blocks_written 2021-01-14 16:02:38 +00:00
verity.c ANDROID: Incremental fs: Build merkle tree when enabling verity 2021-03-01 16:16:01 +00:00
verity.h ANDROID: Incremental fs: Add FS_IOC_MEASURE_VERITY 2021-03-01 16:15:54 +00:00
vfs.c ANDROID: Incremental fs: Add FS_IOC_MEASURE_VERITY 2021-03-01 16:15:54 +00:00
vfs.h ANDROID: Incremental fs: Fix filled block count from get filled blocks 2020-09-17 21:19:18 +00:00