universal7885: sepolicy: Address dual sim model's denials

Change-Id: Ib9482de562b74964738968320c869c96e22bd704
Signed-off-by: roynatech2544 <whiteshell2544@naver.com>
This commit is contained in:
roynatech2544 2021-11-02 19:09:33 +09:00
commit 0629318372
No known key found for this signature in database
GPG key ID: 9675C32163D88D30
3 changed files with 7 additions and 1 deletions

View file

@ -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;

View file

@ -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

View file

@ -93,3 +93,5 @@ allow rild hal_audio_default:file r_file_perms;
# hwservice
add_hwservice(rild, rild_hwservice)
get_prop(rild, rild_prop)