Merge "Allow kernel to write to update_engine_data_file" am: cc62c64eea

Change-Id: I22cde9f98a892947bc744b0345c6a755bf274632
This commit is contained in:
Automerger Merge Worker 2020-02-25 19:16:42 +00:00
commit 377443a04d

View File

@ -65,10 +65,10 @@ allow kernel vold:fd use;
allow kernel { app_data_file privapp_data_file }:file read;
allow kernel asec_image_file:file read;
# Allow reading loop device in update_engine_unittests. (b/28319454)
# Allow mounting loop device in update_engine_unittests. (b/28319454)
# and for LTP kernel tests (b/73220071)
userdebug_or_eng(`
allow kernel update_engine_data_file:file read;
allow kernel update_engine_data_file:file { read write };
allow kernel nativetest_data_file:file { read write };
')