Merge "Add CHRE SELinux Permissions for Twoshay [Zuma Pro]" into main
This commit is contained in:
commit
a8ad4fb402
1 changed files with 10 additions and 0 deletions
10
vendor/twoshay.te
vendored
Normal file
10
vendor/twoshay.te
vendored
Normal file
|
@ -0,0 +1,10 @@
|
|||
# Allow ITouchContextService callback
|
||||
binder_call(twoshay, systemui_app)
|
||||
|
||||
binder_call(twoshay, hal_radioext_default)
|
||||
|
||||
# b/324278826
|
||||
unix_socket_connect(twoshay, chre, chre)
|
||||
# TODO(b/248615564): Remove above rule after CHRE multiclient HAL is launched.
|
||||
unix_socket_connect(twoshay, chre, hal_contexthub_default)
|
||||
allow twoshay self:capability2 block_suspend;
|
Loading…
Add table
Add a link
Reference in a new issue