Allow installd to access device_config_runtime_native_boot_prop.

Test: m && boot
Bug: 119800099
Change-Id: I3d9c48b9474ed68c98cf65110ed9375a2c4c8aa1
This commit is contained in:
Nicolas Geoffray 2019-02-25 20:45:14 +00:00
parent 8f96c9fd67
commit c8cb42e27d

View File

@ -34,8 +34,8 @@ allow installd rollback_data_file:file create_file_perms;
# Allow installd to access the runtime feature flag properties.
get_prop(installd, device_config_runtime_native_prop)
get_prop(installd, device_config_runtime_native_boot_prop)
# Allow installd to delete files in /data/staging
allow installd staging_data_file:file unlink;
allow installd staging_data_file:dir { open read remove_name rmdir search write };