Merge "Fix: dumpstate HAL service property context"
am: 0962dd9e91
Change-Id: I857f9fdb226cac386495635aaa8b5aaa416dd2a9
This commit is contained in:
commit
c0d613c53f
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
|
||||
|
@ -139,6 +138,9 @@ ctl.restart$gsid u:object_r:ctl_gsid_prop:s0
|
|||
# Restrict access to stopping apexd.
|
||||
ctl.stop$apexd u:object_r:ctl_apexd_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