Revert "sepolicy(wifi): Allow audio service access from wifi"

This reverts commit 386cf9d957.

Reason for revert: Wifi services no longer plan to be a separate
APK/process for mainline. Will instead become a jar loaded from Apex.

Bug: 144722612
Test: Device boots up & connects to wifi networks
Change-Id: Ibb4db9d92c8d9f1170fcc047fa3377eef2acfce6
This commit is contained in:
Roshan Pius 2019-11-22 09:30:23 -08:00
parent a227509173
commit 845b10c3db

View File

@ -45,7 +45,6 @@ userdebug_or_eng(`
')
# Binder IPC.
allow network_stack audioserver_service:service_manager find;
allow network_stack network_score_service:service_manager find;
allow network_stack network_stack_service:service_manager find;
allow network_stack radio_service:service_manager find;