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:
Sandeep Patil
2017-04-19 15:03:10 -07:00
parent 9e627ea90b
commit 3be52c8f6e
2 changed files with 4 additions and 0 deletions

2
sepolicy/keystore.te Normal file
View 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
View File

@@ -0,0 +1,2 @@
# TODO: (b/35810138) the keymaster HAL must be binderized.
passthrough_hal_client_domain(vold, hal_keymaster);