diff --git a/private/system_server.te b/private/system_server.te
index 290dded0e6b75b0c4d8fdfdcef9d065093205990..bd33398011ed2d91defa0e41b3b7bfd380481510 100644
--- a/private/system_server.te
+++ b/private/system_server.te
@@ -287,6 +287,7 @@ r_dir_file(system_server, sysfs_wakeup_reasons)
 allow system_server sysfs_nfc_power_writable:file rw_file_perms;
 allow system_server sysfs_devices_system_cpu:file w_file_perms;
 allow system_server sysfs_mac_address:file r_file_perms;
+allow system_server sysfs_power:dir search;
 allow system_server sysfs_power:file rw_file_perms;
 allow system_server sysfs_thermal:dir search;
 allow system_server sysfs_thermal:file r_file_perms;