diff --git a/public/system_server.te b/public/system_server.te
index e1c25c5aea09c3867ecaea1e73d4910835e167bf..e11476cb839ea66c088b0f0eaa4e1db303c9edc2 100644
--- a/public/system_server.te
+++ b/public/system_server.te
@@ -4,6 +4,9 @@
 #
 type system_server, domain, domain_deprecated, mlstrustedsubject;
 
+# Attributes for passthrough hals
+typeattribute system_server hal_light;
+
 # For art.
 allow system_server dalvikcache_data_file:dir r_dir_perms;
 allow system_server dalvikcache_data_file:file { r_file_perms execute };