From 2e53216b9fc47aa92524a03bf91f558164b81ef4 Mon Sep 17 00:00:00 2001 From: Alex Klyubin <klyubin@google.com> Date: Mon, 24 Apr 2017 14:37:53 -0700 Subject: [PATCH] Add a TODO for the NFC HAL socket use violation Test: mmm system/sepolicy -- this is just a comment change Bug: 37640900 Change-Id: I7c96dde15f74822a19ecc1b28665913b54b3973b --- vendor/hal_nfc_default.te | 1 + 1 file changed, 1 insertion(+) diff --git a/vendor/hal_nfc_default.te b/vendor/hal_nfc_default.te index 6a1002f09..cc9ee3171 100644 --- a/vendor/hal_nfc_default.te +++ b/vendor/hal_nfc_default.te @@ -4,4 +4,5 @@ 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