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
device_oneplus_sm7250-common/sepolicy/vendor/system_server.te
2023-01-17 15:14:11 +00:00

6 lines
219 B
Plaintext

# Allow system_server to read Fast Charging status
allow system_server vendor_sysfs_battery_supply:file { getattr open read };
#Smart charging
allow system_server sysfs_battery_supply:file { getattr open read write };