From c8cb42e27dae86e8b4bf98c521b2e5cfbf9ad331 Mon Sep 17 00:00:00 2001 From: Nicolas Geoffray Date: Mon, 25 Feb 2019 20:45:14 +0000 Subject: [PATCH] Allow installd to access device_config_runtime_native_boot_prop. Test: m && boot Bug: 119800099 Change-Id: I3d9c48b9474ed68c98cf65110ed9375a2c4c8aa1 --- private/installd.te | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/private/installd.te b/private/installd.te index 05502743c..3693c5931 100644 --- a/private/installd.te +++ b/private/installd.te @@ -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 }; -