Skip to content
Snippets Groups Projects
Commit 71fb20be authored by Christopher Wiley's avatar Christopher Wiley
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
parent 1ebfdd6a
No related branches found
No related tags found
No related merge requests found
...@@ -149,6 +149,7 @@ binder_call(system_server, fingerprintd) ...@@ -149,6 +149,7 @@ binder_call(system_server, fingerprintd)
binder_call(system_server, { appdomain autoplay_app }) binder_call(system_server, { appdomain autoplay_app })
binder_call(system_server, dumpstate) binder_call(system_server, dumpstate)
binder_call(system_server, netd) binder_call(system_server, netd)
binder_call(system_server, wificond)
binder_service(system_server) binder_service(system_server)
# Ask debuggerd to dump backtraces for native stacks of interest. # 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