Skip to content

Commit

Permalink
Add additional SELinux rules for MTK devices
Browse files Browse the repository at this point in the history
  • Loading branch information
programminghoch10 committed Apr 7, 2023
1 parent aab4838 commit d3aedda
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions magiskmodule/sepolicy.rule
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,7 @@ allow hal_audio_default hal_audio_default_tmpfs file { execute }
allow hal_audio_default audio_data_file dir { search }
allow app app_data_file file { execute_no_trans }
allow mtk_hal_audio mtk_hal_audio_tmpfs file { execute }
allow mtk_hal_audio sysfs_dt_firmware_android file { read }
allow mtk_hal_audio mtk_hal_audio process { execmem }
allow mtk_hal_audio metadata_file dir { search }
allow mtk_hal_audio debugfs_ion dir { search }

0 comments on commit d3aedda

Please sign in to comment.