Merge "New SeLinux policy for fingerprint HIDL"
diff --git a/private/hal_health_default.te b/private/hal_health_default.te
index fb23973..e853fb6 100644
--- a/private/hal_health_default.te
+++ b/private/hal_health_default.te
@@ -3,8 +3,3 @@
type hal_health_default_exec, exec_type, file_type;
init_daemon_domain(hal_health_default)
-
-# Read access to system files for HALs in
-# /{system,vendor,odm}/lib[64]/hw/ in order
-# to be able to open the hal implementation .so files
-r_dir_file(hal_health, system_file)
diff --git a/public/hal_health.te b/public/hal_health.te
index 226409f..c6391b8 100644
--- a/public/hal_health.te
+++ b/public/hal_health.te
@@ -3,3 +3,8 @@
# call into healthd for callbacks
binder_call(hal_health, healthd)
+
+# Read access to system files for HALs in
+# /{system,vendor,odm}/lib[64]/hw/ in order
+# to be able to open the hal implementation .so files
+r_dir_file(hal_health, system_file)