Merge "profcollectd: allow to call callbacks registered by system_server." am: c30b45e242 am: 4906441dc5 am: f6b6276ea1

Original change: https://android-review.googlesource.com/c/platform/system/sepolicy/+/1973763

Change-Id: I544fffbc8f64b89c41a326472e566b574e0eb1d0
This commit is contained in:
Yabin Cui 2022-02-09 18:57:44 +00:00 committed by Automerger Merge Worker
commit 02b6803e47

View file

@ -48,6 +48,8 @@ userdebug_or_eng(`
# Allow profcollectd to publish a binder service and make binder calls. # Allow profcollectd to publish a binder service and make binder calls.
binder_use(profcollectd) 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) add_service(profcollectd, profcollectd_service)
# Allow to temporarily lift the kptr_restrict setting and get kernel start address # Allow to temporarily lift the kptr_restrict setting and get kernel start address