From 1e1705190f9871c18383d36b5094338662883007 Mon Sep 17 00:00:00 2001
From: Christopher Wiley <wiley@google.com>
Date: Fri, 1 Jul 2016 15:52:35 -0700
Subject: [PATCH] Allow system_server to call wificond via Binder

WifiStateMachin: type=1400 audit(0.0:24): avc: denied { call } for
scontext=u:r:system_server:s0 tcontext=u:r:wificond:s0 tclass=binder
permissive=0

Bug: 29607308
Test: Above denial disapears

Change-Id: I9b5cfe414683991ffb6308eea612ca6750f1b8ec
(cherry picked from commit 71fb20be4060fdc365f17b7cd4af0bcead91a29b)
---
 system_server.te | 1 +
 1 file changed, 1 insertion(+)

diff --git a/system_server.te b/system_server.te
index c80a2a47d..a2be42163 100644
--- a/system_server.te
+++ b/system_server.te
@@ -150,6 +150,7 @@ binder_call(system_server, fingerprintd)
 binder_call(system_server, { appdomain autoplay_app })
 binder_call(system_server, dumpstate)
 binder_call(system_server, netd)
+binder_call(system_server, wificond)
 binder_service(system_server)
 
 # Ask debuggerd to dump backtraces for native stacks of interest.
-- 
GitLab