blob: 4900137b60d8491a283f307266feaa68b75252ee [file] [log] [blame]
Pierre-Hugues Husson7171b322018-04-15 20:34:51 +02001#me.phh.treble.qti.audio is system-signed
2allow system_app hal_telephony_hwservice:hwservice_manager { find };
Jon West32298732018-08-12 13:52:13 -04003# allow { rild system_app } { rild system_app }:binder { call transfer };
Pierre-Hugues Husson9b1ab762018-06-29 00:31:05 +02004
5#Pixel 1
6type vnd_qcril_audio_hwservice, hwservice_manager_type;
7allow system_app vnd_qcril_audio_hwservice:hwservice_manager { find };
8
9#Pixel 2
10type vnd_qcrilhook_hwservice, hwservice_manager_type;
11allow system_app vnd_qcrilhook_hwservice:hwservice_manager { find };
Pierre-Hugues Husson64b63df2018-08-02 15:01:10 +020012
13# cf https://github.com/phhusson/treble_experimentations/issues/131
14# SELinux : avc: denied { add } for interface=android.hardware.tetheroffload.control::IOffloadControl pid=15220 scontext=u:r:ipacm:s0 tcontext=u:object_r:hal_tetheroffload_hwservice:s0 tclass=hwservice_manager permissive=0
15type ipacm, hwservice_manager_type;
16allow ipacm hal_tetheroffload_hwservice:hwservice_manager { add };