Skip to content
Snippets Groups Projects
Commit 1e170519 authored by Christopher Wiley's avatar Christopher Wiley Committed by Mitchell Wills
Browse files

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 71fb20be)
parent 3d5d0832
No related branches found
No related tags found
No related merge requests found
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment