diff --git a/domain.te b/domain.te
index 787e79868c5035bfe4aba4489b12cdcf2c353d7b..d25e1f42582a16d649b745ae729ce27ed1a6dc66 100644
--- a/domain.te
+++ b/domain.te
@@ -96,6 +96,9 @@ allow domain system_file:dir { search getattr };
 allow domain system_file:file { execute read open getattr };
 allow domain system_file:lnk_file read;
 
+# read any sysfs symlinks
+allow domain sysfs:lnk_file read;
+
 # libc references /data/misc/zoneinfo for timezone related information
 r_dir_file(domain, zoneinfo_data_file)