Fix tether for some Qualcomm devices [selinux part]

Fixes https://github.com/phhusson/treble_experimentations/issues/131
This commit is contained in:
Pierre-Hugues Husson 2018-08-02 15:01:10 +02:00
parent eb2b482ac2
commit 64b63dfc5c
1 changed files with 5 additions and 0 deletions

View File

@ -9,3 +9,8 @@ allow system_app vnd_qcril_audio_hwservice:hwservice_manager { find };
#Pixel 2
type vnd_qcrilhook_hwservice, hwservice_manager_type;
allow system_app vnd_qcrilhook_hwservice:hwservice_manager { find };
# cf https://github.com/phhusson/treble_experimentations/issues/131
# 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
type ipacm, hwservice_manager_type;
allow ipacm hal_tetheroffload_hwservice:hwservice_manager { add };