From 688a76672ea8a52c27cc05b2c4fba1df218f2a6a Mon Sep 17 00:00:00 2001
From: Ruchi Kandoi <kandoiruchi@google.com>
Date: Thu, 27 Apr 2017 09:06:22 -0700
Subject: [PATCH] NFC HAL no longer violates socket access restrictions

Test: compiles
Bug: 37640900
Change-Id: Ia9960af9da880fd130b5fb211a054689e2353f1d
Signed-off-by: Ruchi Kandoi <kandoiruchi@google.com>
---
 vendor/hal_nfc_default.te | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/vendor/hal_nfc_default.te b/vendor/hal_nfc_default.te
index cc9ee3171..c13baa7ed 100644
--- a/vendor/hal_nfc_default.te
+++ b/vendor/hal_nfc_default.te
@@ -3,6 +3,3 @@ hal_server_domain(hal_nfc_default, hal_nfc)
 
 type hal_nfc_default_exec, exec_type, vendor_file_type, file_type;
 init_daemon_domain(hal_nfc_default)
-
-# TODO(b/37640900): Remove this one NFC HAL no longer needs access to nfc_data_file:sock_file
-typeattribute hal_nfc_default socket_between_core_and_vendor_violators;
-- 
GitLab