log: SELinux : avc: denied { find } for pid=885 uid=9999 name=android.hardware.security.keymint.IRemotelyProvisionedComponent/strongbox scontext=u:r:hal_identity_citadel:s0 tcontext=u:object_r:hal_remotelyprovisionedcomponent_service:s0 tclass=service_manager permissive=0 Bug: 218613398 Change-Id: I124ea5898609a3f68bee13b6db931878252d4081
11 lines
463 B
Text
11 lines
463 B
Text
type hal_identity_citadel, domain;
|
|
type hal_identity_citadel_exec, exec_type, vendor_file_type, file_type;
|
|
|
|
vndbinder_use(hal_identity_citadel)
|
|
binder_call(hal_identity_citadel, citadeld)
|
|
allow hal_identity_citadel citadeld_service:service_manager find;
|
|
allow hal_identity_citadel hal_keymint_citadel:binder call;
|
|
|
|
hal_server_domain(hal_identity_citadel, hal_identity)
|
|
hal_server_domain(hal_identity_citadel, hal_keymint)
|
|
init_daemon_domain(hal_identity_citadel)
|