sepolicy: add sepolicy for disable.battery.defender
Bug: 221384939 Signed-off-by: Jenny Ho <hsiufangho@google.com> Change-Id: Iba8f4e7abca98b5805eb75ba386c90581269f749
This commit is contained in:
parent
38151187bf
commit
f1a9fb4da2
2 changed files with 3 additions and 2 deletions
|
@ -2,5 +2,3 @@
|
|||
dontaudit vendor_init thermal_link_device:file { create };
|
||||
# b/226271913
|
||||
dontaudit vendor_init vendor_maxfg_debugfs:file setattr;
|
||||
# b/221384939
|
||||
dontaudit vendor_init vendor_battery_defender_prop:property_service { set } ;
|
||||
|
|
|
@ -28,3 +28,6 @@ set_prop(vendor_init, vendor_fingerprint_prop)
|
|||
allow vendor_init proc_touch:file w_file_perms;
|
||||
|
||||
allow vendor_init modem_img_file:filesystem { getattr };
|
||||
|
||||
# Battery
|
||||
set_prop(vendor_init, vendor_battery_defender_prop)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue