Fix denial for ioctl FS Verity am: af6035c64f
am: 4606eaa950
Original change: https://android-review.googlesource.com/c/platform/system/sepolicy/+/2549730 Change-Id: I8a8ae8b48342843cd643abbb499b03b399c03cbd Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
1f2c6ef5e7
1 changed files with 1 additions and 0 deletions
|
@ -1108,6 +1108,7 @@ allowxperm system_server { apk_data_file system_data_file apex_system_server_dat
|
|||
|
||||
# Allow system process to measure fs-verity for apps, apps being installed and system files
|
||||
allowxperm system_server { apk_data_file apk_tmp_file system_file }:file ioctl FS_IOC_MEASURE_VERITY;
|
||||
allow system_server system_file:file ioctl;
|
||||
|
||||
# Postinstall
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue