From 87ac80b874e12ff6f7e0773bc8b5f82fd81301b5 Mon Sep 17 00:00:00 2001
From: Pavel Maltsev <pavelm@google.com>
Date: Tue, 1 May 2018 20:05:41 +0000
Subject: [PATCH] Revert "Allow auto HAL clients to access hw services"

This reverts commit aa38ce7279290ab8d9e9280fca6c169cf1c0791e.

Reason for revert: broken build

Change-Id: Ib6ca328576ef180fd1150ae6d6b3f90e928a07ac
---
 public/hal_audiocontrol.te | 2 --
 public/hal_vehicle.te      | 2 --
 2 files changed, 4 deletions(-)

diff --git a/public/hal_audiocontrol.te b/public/hal_audiocontrol.te
index 438db531f..3e5a379f9 100644
--- a/public/hal_audiocontrol.te
+++ b/public/hal_audiocontrol.te
@@ -3,5 +3,3 @@ binder_call(hal_audiocontrol_client, hal_audiocontrol_server)
 binder_call(hal_audiocontrol_server, hal_audiocontrol_client)
 
 add_hwservice(hal_audiocontrol_server, hal_audiocontrol_hwservice)
-
-allow hal_audiocontrol_client hal_audiocontrol_hwservice:hwservice_manager find;
diff --git a/public/hal_vehicle.te b/public/hal_vehicle.te
index a59f8d2bd..f49f5e678 100644
--- a/public/hal_vehicle.te
+++ b/public/hal_vehicle.te
@@ -3,5 +3,3 @@ binder_call(hal_vehicle_client, hal_vehicle_server)
 binder_call(hal_vehicle_server, hal_vehicle_client)
 
 add_hwservice(hal_vehicle_server, hal_vehicle_hwservice)
-
-allow hal_vehicle_client hal_vehicle_hwservice:hwservice_manager find;
-- 
GitLab