This repository has been archived on 2025-09-03. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
hardware_oplus-CherishOS/sepolicy/qti/vendor/system_app.te
ShevT d5c78e7dab sepolicy: Allow system app read battery health status
Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
Signed-off-by: Sandeep P S <sandymankara11@gmail.com>
2023-04-18 17:32:10 +00:00

15 lines
287 B
Plaintext

# Battery Health
r_dir_file(system_app, vendor_sysfs_usb_supply)
# Touchpanel
rw_dir_file(system_app, vendor_proc_display)
# USB fast charge
rw_dir_file(system_app, vendor_sysfs_fastcharge)
# Vibrator
rw_dir_file(system_app, sysfs_vibrator)
# Zram
r_dir_file(system_app, sysfs_zram)