mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-23 04:25:33 -04:00
universal7885: address some selinux denials
Signed-off-by: roynatech2544 <whiteshell2544@naver.com>
This commit is contained in:
parent
86c53bd578
commit
6420fb45b0
2 changed files with 4 additions and 0 deletions
|
|
@ -21,3 +21,5 @@ set_prop(secril_config_svc, vendor_radio_prop)
|
||||||
dontaudit secril_config_svc radio_control_prop:property_service set;
|
dontaudit secril_config_svc radio_control_prop:property_service set;
|
||||||
get_prop(secril_config_svc, exported_config_prop)
|
get_prop(secril_config_svc, exported_config_prop)
|
||||||
get_prop(secril_config_svc, vendor_radio_prop)
|
get_prop(secril_config_svc, vendor_radio_prop)
|
||||||
|
set_prop(secril_config_svc, radio_prop)
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -20,3 +20,5 @@ get_prop(vendor_init, vendor_radio_prop)
|
||||||
|
|
||||||
allow vendor_init thermal_link_device:dir r_dir_perms;
|
allow vendor_init thermal_link_device:dir r_dir_perms;
|
||||||
allow vendor_init thermal_link_device:lnk_file r_file_perms;
|
allow vendor_init thermal_link_device:lnk_file r_file_perms;
|
||||||
|
get_prop(vendor_init, vts_status_prop)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue