summaryrefslogtreecommitdiffstats
path: root/common/healthd.te
diff options
context:
space:
mode:
Diffstat (limited to 'common/healthd.te')
-rw-r--r--common/healthd.te3
1 files changed, 3 insertions, 0 deletions
diff --git a/common/healthd.te b/common/healthd.te
index 3f7f25b0..c98ebff2 100644
--- a/common/healthd.te
+++ b/common/healthd.te
@@ -1,3 +1,6 @@
r_dir_file(healthd, sysfs_battery_supply)
r_dir_file(healthd, sysfs_usb_supply)
r_dir_file(healthd, sysfs_thermal);
+
+#allow healthd read rtc device file
+allow healthd rtc_device:chr_file r_file_perms;