Fix tether for some Qualcomm devices [selinux part]
Fixes https://github.com/phhusson/treble_experimentations/issues/131
This commit is contained in:
parent
eb2b482ac2
commit
64b63dfc5c
@ -9,3 +9,8 @@ allow system_app vnd_qcril_audio_hwservice:hwservice_manager { find };
|
|||||||
#Pixel 2
|
#Pixel 2
|
||||||
type vnd_qcrilhook_hwservice, hwservice_manager_type;
|
type vnd_qcrilhook_hwservice, hwservice_manager_type;
|
||||||
allow system_app vnd_qcrilhook_hwservice:hwservice_manager { find };
|
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 };
|
||||||
|
Loading…
Reference in New Issue
Block a user