Allow tee to access rpmb (denials seen on Moto E5 preventing keymaster from working)
This commit is contained in:
parent
86aa7e3ab8
commit
8243e75282
@ -19,3 +19,7 @@ allow system_app hal_telephony_hwservice:hwservice_manager { find };
|
||||
# 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 };
|
||||
|
||||
type rpmb_device, file_type;
|
||||
allow tee rpmb_device:blk_file rw_file_perms;
|
||||
allowxperm tee rpmb_device:blk_file ioctl { 0xb300-0xbfff };
|
||||
|
Loading…
Reference in New Issue
Block a user