diff --git a/private/profcollectd.te b/private/profcollectd.te index 63f42cb2f..1dc684930 100644 --- a/private/profcollectd.te +++ b/private/profcollectd.te @@ -48,6 +48,8 @@ userdebug_or_eng(` # Allow profcollectd to publish a binder service and make binder calls. binder_use(profcollectd) + # Allow profcollectd to call callbacks registered by system_server when ETM is ready. + binder_call(profcollectd, system_server) add_service(profcollectd, profcollectd_service) # Allow to temporarily lift the kptr_restrict setting and get kernel start address