Skip to content
Snippets Groups Projects
Commit 2c119e5e authored by Jeferson Rodrigo de Oliveira's avatar Jeferson Rodrigo de Oliveira Committed by Nolen Johnson
Browse files

beckham: Label and adress mods battery prop denials

Change-Id: I333df834477c5fc4040f34a551d635bdcd7e9ec1
parent 05e322e1
No related branches found
No related tags found
No related merge requests found
......@@ -11,3 +11,4 @@ allow hal_health_default {
}:file rw_file_perms;
allow hal_health_default self:binder call;
allow hal_health_default batt_prop:file { open read getattr };
system_public_prop(batt_prop);
sys.mod.batterymode u:object_r:batt_prop:s0
......@@ -4,3 +4,6 @@ allow system_app mods_service:service_manager find;
allow system_app mods_service:service_manager add;
allow system_app mods_app:unix_stream_socket connectto;
get_prop(system_app, batt_prop)
set_prop(system_app, batt_prop)
# MotSpeakerHelperProximity
binder_call(system_server, hal_audio_default)
get_prop(system_server, batt_prop)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment