Merge "Add Bluetooth Audio HAL rules" am: f53bb875bb

Original change: https://android-review.googlesource.com/c/platform/system/sepolicy/+/1942846

Change-Id: Ie24e980510f1cc0c25dc7df7a3f8abf82158367f
This commit is contained in:
Treehugger Robot 2022-01-21 14:59:06 +00:00 committed by Automerger Merge Worker
commit 28f2f1e451
2 changed files with 2 additions and 0 deletions

View file

@ -62,6 +62,7 @@ allow bluetooth app_api_service:service_manager find;
allow bluetooth system_api_service:service_manager find;
allow bluetooth network_stack_service:service_manager find;
allow bluetooth system_suspend_control_service:service_manager find;
allow bluetooth hal_audio_service:service_manager find;
# already open bugreport file descriptors may be shared with
# the bluetooth process, from a file in

View file

@ -3,6 +3,7 @@ android.hardware.automotive.vehicle.IVehicle/default u:object_r:
android.hardware.automotive.audiocontrol.IAudioControl/default u:object_r:hal_audiocontrol_service:s0
android.hardware.biometrics.face.IFace/default u:object_r:hal_face_service:s0
android.hardware.biometrics.fingerprint.IFingerprint/default u:object_r:hal_fingerprint_service:s0
android.hardware.bluetooth.audio.IBluetoothAudioProviderFactory/default u:object_r:hal_audio_service:s0
android.hardware.contexthub.IContextHub/default u:object_r:hal_contexthub_service:s0
android.hardware.dumpstate.IDumpstateDevice/default u:object_r:hal_dumpstate_service:s0
android.hardware.gnss.IGnss/default u:object_r:hal_gnss_service:s0