mirror of
https://github.com/S3NEO/android_device_samsung_msm8226-common.git
synced 2024-11-06 21:55:45 +00:00
adf16e831a
* This is a copy of sepolicy/common/healthd.te file
7 lines
179 B
Text
7 lines
179 B
Text
allow charger device:dir r_dir_perms;
|
|
allow charger rtc_device:chr_file rw_file_perms;
|
|
allow charger sysfs:file { getattr open read };
|
|
|
|
userdebug_or_eng(`
|
|
permissive charger;
|
|
')
|