mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-21 19:55:33 -04:00
universal7885: sepolicy: Address dual sim model's denials
Change-Id: Ib9482de562b74964738968320c869c96e22bd704 Signed-off-by: roynatech2544 <whiteshell2544@naver.com>
This commit is contained in:
parent
fda5db44cc
commit
0629318372
3 changed files with 7 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ type vendor_cbd_prop, property_type;
|
|||
type vendor_radio_prop, property_type;
|
||||
type vendor_fastcharge_prop, property_type;
|
||||
type vendor_wifi_prop, property_type;
|
||||
|
||||
type rild_prop, property_type;
|
||||
# property.te
|
||||
type vendor_secureos_prop, property_type;
|
||||
type vendor_tzdaemon_prop, property_type;
|
||||
|
|
|
|||
|
|
@ -52,6 +52,10 @@ vendor.wlan. u:object_r:vendor_wlan_prop:s0
|
|||
# Hwc
|
||||
hwc.exynos.vsync_mode u:object_r:vendor_hwc_prop:s0
|
||||
|
||||
# Rild
|
||||
mdc.sys.enable_smff0 u:object_r:rild_prop:s0
|
||||
ro.csc.countryiso_code u:object_r:rild_prop:s0
|
||||
persist.sys.omc_etcpath u:object_r:rild_prop:s0
|
||||
|
||||
# TEEGRIS
|
||||
vendor.secureos. u:object_r:vendor_secureos_prop:s0
|
||||
|
|
|
|||
2
universal7885-common/sepolicy/vendor/rild.te
vendored
2
universal7885-common/sepolicy/vendor/rild.te
vendored
|
|
@ -93,3 +93,5 @@ allow rild hal_audio_default:file r_file_perms;
|
|||
|
||||
# hwservice
|
||||
add_hwservice(rild, rild_hwservice)
|
||||
|
||||
get_prop(rild, rild_prop)
|
||||
|
|
|
|||
Loading…
Reference in a new issue