sepolicy: Fix for rild vndk compliance

CRs-Fixed: 2284930
Change-Id: Ie90f051a80b0aaf0eb0cd3b437eec439177054d1
This commit is contained in:
Shshank Sharma 2018-07-31 13:52:10 -07:00
parent e67f776f6a
commit 03e13e5fdc
3 changed files with 5 additions and 0 deletions

View file

@ -12,6 +12,7 @@ type vendor_modem_diag_prop, property_type;
type msm_irqbalance_prop, property_type;
type vendor_per_mgr_state_prop, property_type;
type vendor_dataqti_prop, property_type;
type vendor_dataqdp_prop, property_type;
type vendor_ramdump_prop, property_type;
type sensors_prop, property_type;
type vendor_tee_listener_prop, property_type;

View file

@ -28,6 +28,9 @@ persist.vendor.cnd.wqe u:object_r:cnd_prop:s0
persist.vendor.cne.logging.qxdm u:object_r:cnd_prop:s0
persist.vendor.crash.cnt u:object_r:crash_cnt_prop:s0
persist.vendor.crash.detect u:object_r:crash_detect_prop:s0
persist.vendor.data.dont_use_epc u:object_r:vendor_dataqdp_prop:s0
persist.vendor.data.dont_use_npflag u:object_r:vendor_dataqdp_prop:s0
persist.vendor.data.profile_update u:object_r:vendor_dataqdp_prop:s0
vendor.sys.listeners.registered u:object_r:vendor_tee_listener_prop:s0
vendor.sys.modem.diag. u:object_r:vendor_modem_diag_prop:s0
vendor.display. u:object_r:vendor_display_prop:s0

View file

@ -27,3 +27,4 @@ userdebug_or_eng(`
hal_server_domain(rild, hal_secure_element)
get_prop(rild, exported3_radio_prop)
get_prop(rild, vendor_dataqdp_prop)