Merge "[zuma] Update chre sepolicy for socket connection" into main

This commit is contained in:
Lei Ju 2023-12-28 03:50:00 +00:00 committed by Android (Google) Code Review
commit 5a4795ccd7

2
vendor/twoshay.te vendored
View file

@ -6,4 +6,6 @@ binder_call(twoshay, hal_radioext_default)
# b/315347346
# b/314721681
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;