Merge "Allow update_engine to search metadata_file:dir." am: fe45425667

Change-Id: I2a1bacd9c2234233c28bf81c1140b0abdf6de12a
This commit is contained in:
Automerger Merge Worker 2020-03-05 17:00:50 +00:00
commit 100d38e316

View File

@ -81,5 +81,6 @@ unix_socket_send(update_engine_common, statsdw, statsd)
get_prop(update_engine_common, virtual_ab_prop)
# Allow to read/write/create OTA metadata files for snapshot status and COW file status.
allow update_engine_common metadata_file:dir search;
allow update_engine_common ota_metadata_file:dir rw_dir_perms;
allow update_engine_common ota_metadata_file:file create_file_perms;