From af8d7ca9e9ddf2601f0d8c0399dcf343db11657d Mon Sep 17 00:00:00 2001 From: Riley Spahn <rileyspahn@google.com> Date: Tue, 15 Jul 2014 15:13:18 -0700 Subject: [PATCH] Remove radio_service from untrusted_app auditallow. Change untrusted_app to not auditallow radio_service find requests to cut down on log spam. Change-Id: I65d4a60ea1c7e81425937d5f1908e764fdec417f --- untrusted_app.te | 1 + 1 file changed, 1 insertion(+) diff --git a/untrusted_app.te b/untrusted_app.te index 346716ab8..ef7f1b5f9 100644 --- a/untrusted_app.te +++ b/untrusted_app.te @@ -71,6 +71,7 @@ auditallow untrusted_app { -drmserver_service -mediaserver_service -nfc_service + -radio_service -surfaceflinger_service -system_server_service }:service_manager find; -- GitLab