sepolicy: basic: non_plat: Allow audio HAL to read and write vendor_mtk_audio_prop
Signed-off-by: LinkBoi00 <linkdevel@protonmail.com> Change-Id: I309a6f8e7609b07f1b089ef1bac9b469a3d9e6d4
This commit is contained in:
parent
40db888e15
commit
062b82634e
@ -237,3 +237,8 @@ allow mtk_hal_audio sysfs_boot_info:file r_file_perms;
|
|||||||
# Operation : Migration
|
# Operation : Migration
|
||||||
# Purpose: permission for audioserver to use ccci node
|
# Purpose: permission for audioserver to use ccci node
|
||||||
allow mtk_hal_audio ccci_aud_device:chr_file rw_file_perms;
|
allow mtk_hal_audio ccci_aud_device:chr_file rw_file_perms;
|
||||||
|
|
||||||
|
# Date: 2022/12/01
|
||||||
|
# Purpose: Allow Audio HAL to get and set vendor_mtk_audio_prop
|
||||||
|
get_prop(mtk_hal_audio, vendor_mtk_audio_prop)
|
||||||
|
set_prop(mtk_hal_audio, vendor_mtk_audio_prop)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user