From 20716c7e11c402047aab6c6ee599c1ea253c3998 Mon Sep 17 00:00:00 2001
From: Martijn Coenen <maco@google.com>
Date: Thu, 13 Apr 2017 11:00:53 -0700
Subject: [PATCH] Add temporary allow rule for hwservice_manager_type

So it won't get compiled out of sepolicy.

Test: marlin build
Change-Id: I3a089fe83df69a76bebf64f874556967bc49ee78
---
 public/domain.te | 1 +
 1 file changed, 1 insertion(+)

diff --git a/public/domain.te b/public/domain.te
index da8b253f5..f0cdf0673 100644
--- a/public/domain.te
+++ b/public/domain.te
@@ -214,6 +214,7 @@ allowxperm domain devpts:chr_file ioctl unpriv_tty_ioctls;
 
 # TODO(b/34454312) remove this when the correct policy is in place
 allow domain default_android_hwservice:hwservice_manager { add find };
+allow domain hwservice_manager_type:hwservice_manager { add find };
 
 ###
 ### neverallow rules
-- 
GitLab