Fix: dumpstate HAL service property context
http://aosp/678384 changed property format
Fixes: 137695210
Bug: 147730517
Test: inject timeout and take BR see dumpstate restarted
Change-Id: Ie24e2d42e92410a935ca4c9364b476d72aa459f3
Merged-In: Ie24e2d42e92410a935ca4c9364b476d72aa459f3
(cherry picked from commit 046c510402
)
This commit is contained in:
parent
028f2c3453
commit
5927933c70
1 changed files with 3 additions and 1 deletions
|
@ -107,7 +107,6 @@ ro.persistent_properties.ready u:object_r:persistent_properties_ready_prop:s0
|
|||
|
||||
# ctl properties
|
||||
ctl.bootanim u:object_r:ctl_bootanim_prop:s0
|
||||
ctl.android.hardware.dumpstate u:object_r:ctl_dumpstate_prop:s0
|
||||
ctl.dumpstate u:object_r:ctl_dumpstate_prop:s0
|
||||
ctl.fuse_ u:object_r:ctl_fuse_prop:s0
|
||||
ctl.mdnsd u:object_r:ctl_mdnsd_prop:s0
|
||||
|
@ -136,6 +135,9 @@ ctl.start$gsid u:object_r:ctl_gsid_prop:s0
|
|||
ctl.stop$gsid u:object_r:ctl_gsid_prop:s0
|
||||
ctl.restart$gsid u:object_r:ctl_gsid_prop:s0
|
||||
|
||||
# Restrict access to restart dumpstate
|
||||
ctl.interface_restart$android.hardware.dumpstate u:object_r:ctl_dumpstate_prop:s0
|
||||
|
||||
# NFC properties
|
||||
nfc. u:object_r:nfc_prop:s0
|
||||
|
||||
|
|
Loading…
Reference in a new issue