From 2b708a272544fd018fcc6268fa263453c1a6aee3 Mon Sep 17 00:00:00 2001 From: Yi-Yo Chiang Date: Wed, 14 Apr 2021 15:23:13 +0800 Subject: [PATCH] Allow health storage HAL to read default fstab Fixes: 184797681 Bug: 181110285 Test: Presubmit Test: atest VtsHalHealthStorageV1_0TargetTest Change-Id: I87510bc82d742cd209846161cb73543308edcb09 --- public/hal_health_storage.te | 3 +++ 1 file changed, 3 insertions(+) diff --git a/public/hal_health_storage.te b/public/hal_health_storage.te index cb7c01d99..4938a162f 100644 --- a/public/hal_health_storage.te +++ b/public/hal_health_storage.te @@ -6,3 +6,6 @@ binder_use(hal_health_storage_server) hal_attribute_hwservice(hal_health_storage, hal_health_storage_hwservice) hal_attribute_service(hal_health_storage, hal_health_storage_service) + +# Allow ReadDefaultFstab(). +read_fstab(hal_health_storage_server)