mirror of
https://github.com/Evolution-X-Devices/device_google_wahoo
synced 2026-02-01 07:50:47 +00:00
declare keystore and vold as passthrough HAL clients of keymaster
This is a temporary fix until b/35810138 is resolved and keymaster is enabled as binderized HAL on wahoo. This MUST be reverted with the fix for b/35810138 Bug: 34784662 Test: Change-Id: I298f4cd20e6471c01e8aff391ea6f7b802621f24 Signed-off-by: Sandeep Patil <sspatil@google.com>
This commit is contained in:
2
sepolicy/keystore.te
Normal file
2
sepolicy/keystore.te
Normal file
@@ -0,0 +1,2 @@
|
||||
# TODO: (b/35810138) the keymaster HAL must be binderized.
|
||||
passthrough_hal_client_domain(keystore, hal_keymaster);
|
||||
2
sepolicy/vold.te
Normal file
2
sepolicy/vold.te
Normal file
@@ -0,0 +1,2 @@
|
||||
# TODO: (b/35810138) the keymaster HAL must be binderized.
|
||||
passthrough_hal_client_domain(vold, hal_keymaster);
|
||||
Reference in New Issue
Block a user