6 lines
230 B
Plaintext
6 lines
230 B
Plaintext
allow system_app vendor_sysfs_battery_supply:dir { search };
|
|
allow system_app vendor_sysfs_battery_supply:file { getattr open read };
|
|
|
|
# allow system apps to read battery status
|
|
r_dir_file(system_app, vendor_sysfs_battery_supply)
|