From 6766543a16cf90609b027be3d5731e59fd39ab45 Mon Sep 17 00:00:00 2001
From: Christopher Ferris <cferris@google.com>
Date: Mon, 12 Feb 2018 14:47:04 -0800
Subject: [PATCH] Allow read-only of new property for malloc hooks.

Bug: 30561479

Test: Booted on walleye and verified that read denials of the property
Test: do not generate warnings.
Change-Id: I61a4a7d3a360a6d27d8986eb8f3f9662272233b1
(cherry picked from commit 2f35f5ca6cd08e7e9f86b6ea853f594f374819d5)
---
 public/property_contexts | 1 +
 1 file changed, 1 insertion(+)

diff --git a/public/property_contexts b/public/property_contexts
index 25961617d..56a19677e 100644
--- a/public/property_contexts
+++ b/public/property_contexts
@@ -132,6 +132,7 @@ hal.instrumentation.enable u:object_r:exported2_default_prop:s0 exact bool
 init.svc.tombstoned u:object_r:exported2_default_prop:s0 exact string
 libc.debug.malloc.options u:object_r:exported2_default_prop:s0 exact string
 libc.debug.malloc.program u:object_r:exported2_default_prop:s0 exact string
+libc.debug.hooks.enable u:object_r:exported2_default_prop:s0 exact string
 persist.sys.timezone u:object_r:exported_system_prop:s0 exact string
 ro.arch u:object_r:exported2_default_prop:s0 exact string
 ro.audio.ignore_effects u:object_r:exported2_default_prop:s0 exact bool
-- 
GitLab