Commit 7b6e6e4b authored by Amritendu Biswas's avatar Amritendu Biswas Committed by Blaster4385
Browse files

nicky: sepolicy: Add rules for embms hal service

Change-Id: I84024db652dc839c9f07e46a620e7b9659da7297
parent 7fc5330a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
# ORMS
type vendor_hal_orms_hwservice, hwservice_manager_type, protected_hwservice;
type vendor_hal_mwqem_hwservice, hwservice_manager_type, protected_hwservice;
type hal_embmssl_hwservice, hwservice_manager_type;
+2 −0
Original line number Diff line number Diff line
@@ -12,3 +12,5 @@ vendor.oplus.hardware.orms::IOrmsHalProxy u:object_r:vendor_hal_orms_hwservic
vendor.oplus.hardware.appradio::IOplusAppRadio    u:object_r:hal_telephony_hwservice:s0
vendor.oplus.hardware.ims::IOplusImsRadio         u:object_r:hal_telephony_hwservice:s0
vendor.oplus.hardware.radio::IOplusRadio          u:object_r:hal_telephony_hwservice:s0

vendor.qti.hardware.embmssl::IEmbms                                           u:object_r:hal_embmssl_hwservice:s0
+1 −0
Original line number Diff line number Diff line
@@ -2,3 +2,4 @@ allow platform_app rild:binder { call transfer };
allow platform_app zygote:unix_stream_socket getopt;
allow platform_app unlabeled:file { read };
allow platform_app vendor_display_notch_prop:file { read open getattr };
allow platform_app hal_embmssl_hwservice:hwservice_manager find;
+1 −0
Original line number Diff line number Diff line
allow priv_app zygote:unix_stream_socket getopt;
allow priv_app unlabeled:file { read };
allow priv_app hal_embmssl_hwservice:hwservice_manager find;