Twoshay: Add SELinux Permissions for CHRE [Zuma]
Adds connection and write permissions for chre socket to SELinux policy. Used for the Wallaby nanoapp. Bug: b/315347346 Bug: b/314721681 Test: Manually tested on SB3 Proto 1.0 Change-Id: I4a01be73d76a577d8da07c36276349525c0fda68
This commit is contained in:
parent
259348f8f7
commit
b3e48816fa
1 changed files with 5 additions and 0 deletions
5
vendor/twoshay.te
vendored
5
vendor/twoshay.te
vendored
|
@ -2,3 +2,8 @@
|
||||||
binder_call(twoshay, systemui_app)
|
binder_call(twoshay, systemui_app)
|
||||||
|
|
||||||
binder_call(twoshay, hal_radioext_default)
|
binder_call(twoshay, hal_radioext_default)
|
||||||
|
|
||||||
|
# b/315347346
|
||||||
|
# b/314721681
|
||||||
|
unix_socket_connect(twoshay, chre, chre)
|
||||||
|
allow twoshay self:capability2 block_suspend;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue