From 799c23490d9ae98bd49352517672eec2e583a056 Mon Sep 17 00:00:00 2001 From: Wyatt Riley <wyattriley@google.com> Date: Thu, 18 May 2017 12:23:25 -0700 Subject: [PATCH] Removing UDP access for hal_gnss Underlying data services setup no longer needs this Bug: 35757613 Bug: 36085168 Test: GPS, XTRA & avc denial checks Change-Id: I679ee70f65f34d5a7d1fc1f1fe92af6a92ec92c5 --- public/hal_neverallows.te | 1 - 1 file changed, 1 deletion(-) diff --git a/public/hal_neverallows.te b/public/hal_neverallows.te index 130a8f691..feadcdadb 100644 --- a/public/hal_neverallows.te +++ b/public/hal_neverallows.te @@ -12,7 +12,6 @@ neverallow { # using network sockets. neverallow { halserverdomain - -hal_gnss # TODO b/36085168 b/35757613 -hal_wifi_server -hal_wifi_supplicant_server -rild -- GitLab