From 8fb992eacb2bf8aad7a5d126abf31deccc757527 Mon Sep 17 00:00:00 2001 From: Jasmine Cha Date: Tue, 29 Aug 2023 16:45:08 +0800 Subject: [PATCH] audio: move related sepolicy of audio to gs-common Bug: 297482504 Test: build pass Change-Id: I9444b9e63f32bf898c845e42edbf682798bce300 Signed-off-by: Jasmine Cha --- radio/radio.te | 2 -- 1 file changed, 2 deletions(-) diff --git a/radio/radio.te b/radio/radio.te index 221c812f..6344a576 100644 --- a/radio/radio.te +++ b/radio/radio.te @@ -4,5 +4,3 @@ allow radio radio_vendor_data_file:dir rw_dir_perms; allow radio radio_vendor_data_file:file create_file_perms; allow radio vendor_ims_app:udp_socket { getattr read write setopt shutdown }; allow radio aoc_device:chr_file rw_file_perms; -allow radio hal_audio_ext_hwservice:hwservice_manager find; -binder_call(radio, hal_audio_default)