android_device_samsung_msm8.../sepolicy/common/healthd.te
2019-10-17 16:12:48 +02:00

8 lines
230 B
Text

allow healthd alarm_device:chr_file rw_file_perms;
allow healthd device:dir r_dir_perms;
allow healthd rtc_device:chr_file rw_file_perms;
allow healthd sysfs:file { getattr open read };
userdebug_or_eng(`
permissive healthd;
')