From 7171b3215f9f9524a31f3435057b6c427fe9d627 Mon Sep 17 00:00:00 2001 From: Pierre-Hugues Husson Date: Sun, 15 Apr 2018 20:34:51 +0200 Subject: [PATCH] Support me.phh.treble.qti.audio --- sepolicy/qualcomm.te | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sepolicy/qualcomm.te diff --git a/sepolicy/qualcomm.te b/sepolicy/qualcomm.te new file mode 100644 index 0000000..5bbc2a1 --- /dev/null +++ b/sepolicy/qualcomm.te @@ -0,0 +1,3 @@ +#me.phh.treble.qti.audio is system-signed +allow system_app hal_telephony_hwservice:hwservice_manager { find }; +allow { rild system_app } { rild system_app }:binder { call transfer };