[zuma] Update chre sepolicy for socket connection
With multiclient HAL, the socket server domain changes from chre to hal_contexthub_default. Bug: 248615564 Test: updated the sepolicies and observed that avc violation logs disappears. Change-Id: I4b2d27b436c9d81bd0d0cdc5b3c1540884c37fec
This commit is contained in:
parent
09c85a0567
commit
8587126f45
1 changed files with 2 additions and 0 deletions
2
vendor/twoshay.te
vendored
2
vendor/twoshay.te
vendored
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue