summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDanny Baumann <dannybaumann@web.de>2018-07-01 17:29:43 +0200
committerDanny Baumann <dannybaumann@web.de>2018-07-02 08:27:44 +0200
commitccbad0595577f270349b58dd3b2053b3e95042c3 (patch)
tree233b43e72c2090d60e40b4ca60c18247743fb000
parentbb0743b3d6e6c4a0273e8c822b796b251d006405 (diff)
downloadandroid_device_qcom_sepolicy-ccbad0595577f270349b58dd3b2053b3e95042c3.tar.gz
android_device_qcom_sepolicy-ccbad0595577f270349b58dd3b2053b3e95042c3.tar.bz2
android_device_qcom_sepolicy-ccbad0595577f270349b58dd3b2053b3e95042c3.zip
Allow binderized keymaster HAL access to firmware files.
Change-Id: I7fe1bfd28117dc61354e65cf4c3ea2ff9880ae0a
-rw-r--r--legacy-common/hal_keymaster_default.te2
1 files changed, 2 insertions, 0 deletions
diff --git a/legacy-common/hal_keymaster_default.te b/legacy-common/hal_keymaster_default.te
new file mode 100644
index 00000000..3182b7e0
--- /dev/null
+++ b/legacy-common/hal_keymaster_default.te
@@ -0,0 +1,2 @@
+# Allow keystore to search and get keymaste.mdt
+r_dir_file(hal_keymaster_default, firmware_file)