diff --git a/public/healthd.te b/public/healthd.te
index 8add5611628f5fc73712ee1da4a5b537c5321ee9..fcc5afc4073727e0a7b9b986d93c01ec0b911900 100644
--- a/public/healthd.te
+++ b/public/healthd.te
@@ -14,7 +14,7 @@ r_dir_file(healthd, cgroup)
 # /{system,vendor,odm}/lib[64]/hw/
 r_dir_file(healthd, system_file)
 
-allow healthd self:capability { net_admin sys_tty_config };
+allow healthd self:capability { sys_tty_config };
 allow healthd self:capability sys_boot;
 
 allow healthd self:netlink_kobject_uevent_socket create_socket_perms_no_ioctl;