Allow installd to access device_config_runtime_native_boot_prop.
Test: m && boot Bug: 119800099 Change-Id: I3d9c48b9474ed68c98cf65110ed9375a2c4c8aa1
This commit is contained in:
parent
8f96c9fd67
commit
c8cb42e27d
1 changed files with 1 additions and 1 deletions
|
@ -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 };
|
||||
|
||||
|
|
Loading…
Reference in a new issue