From 97650f5032a868f287af7d8fe969e558e5fb6a53 Mon Sep 17 00:00:00 2001 From: Martijn Coenen <maco@google.com> Date: Wed, 9 Jan 2019 12:04:03 +0100 Subject: [PATCH] Add persist.apexd. property context. For persistent properties related to apexd. Bug: 121302351 Test: apexd can get the prop Change-Id: Id9fd25923385188f46a9804155168c52f6b1187e --- private/property_contexts | 1 + 1 file changed, 1 insertion(+) diff --git a/private/property_contexts b/private/property_contexts index 5660d985c..66c98bcf0 100644 --- a/private/property_contexts +++ b/private/property_contexts @@ -172,3 +172,4 @@ persist.device_config.attempted_boot_count u:object_r:device_config_boot_ persist.device_config.global_settings.native_flags_health_check_enabled u:object_r:device_config_flags_health_check_prop:s0 apexd. u:object_r:apexd_prop:s0 +persist.apexd. u:object_r:apexd_prop:s0 -- GitLab