Merge "Added permissions for new dexopt flags." am: 93e6997181
Original change: https://android-review.googlesource.com/c/platform/system/sepolicy/+/1480337 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I882363b3cf293f5bac811e5d6b2c914935b6031a
This commit is contained in:
commit
06e163b290
1 changed files with 14 additions and 9 deletions
|
@ -404,15 +404,20 @@ ro.hdmi.cec.source.set_menu_language.enabled u:object_r:hdmi_config_prop:s0 exac
|
||||||
ro.hdmi.wake_on_hotplug u:object_r:hdmi_config_prop:s0 exact bool
|
ro.hdmi.wake_on_hotplug u:object_r:hdmi_config_prop:s0 exact bool
|
||||||
ro.hdmi.cec.source.send_standby_on_sleep u:object_r:hdmi_config_prop:s0 exact enum to_tv broadcast none
|
ro.hdmi.cec.source.send_standby_on_sleep u:object_r:hdmi_config_prop:s0 exact enum to_tv broadcast none
|
||||||
|
|
||||||
pm.dexopt.ab-ota u:object_r:exported_pm_prop:s0 exact string
|
pm.dexopt.ab-ota u:object_r:exported_pm_prop:s0 exact string
|
||||||
pm.dexopt.bg-dexopt u:object_r:exported_pm_prop:s0 exact string
|
pm.dexopt.bg-dexopt u:object_r:exported_pm_prop:s0 exact string
|
||||||
pm.dexopt.boot u:object_r:exported_pm_prop:s0 exact string
|
pm.dexopt.boot u:object_r:exported_pm_prop:s0 exact string
|
||||||
pm.dexopt.disable_bg_dexopt u:object_r:exported_pm_prop:s0 exact bool
|
pm.dexopt.disable_bg_dexopt u:object_r:exported_pm_prop:s0 exact bool
|
||||||
pm.dexopt.downgrade_after_inactive_days u:object_r:exported_pm_prop:s0 exact int
|
pm.dexopt.downgrade_after_inactive_days u:object_r:exported_pm_prop:s0 exact int
|
||||||
pm.dexopt.first-boot u:object_r:exported_pm_prop:s0 exact string
|
pm.dexopt.first-boot u:object_r:exported_pm_prop:s0 exact string
|
||||||
pm.dexopt.inactive u:object_r:exported_pm_prop:s0 exact string
|
pm.dexopt.inactive u:object_r:exported_pm_prop:s0 exact string
|
||||||
pm.dexopt.install u:object_r:exported_pm_prop:s0 exact string
|
pm.dexopt.install u:object_r:exported_pm_prop:s0 exact string
|
||||||
pm.dexopt.shared u:object_r:exported_pm_prop:s0 exact string
|
pm.dexopt.install-fast u:object_r:exported_pm_prop:s0 exact string
|
||||||
|
pm.dexopt.install-bulk u:object_r:exported_pm_prop:s0 exact string
|
||||||
|
pm.dexopt.install-bulk-secondary u:object_r:exported_pm_prop:s0 exact string
|
||||||
|
pm.dexopt.install-bulk-downgraded u:object_r:exported_pm_prop:s0 exact string
|
||||||
|
pm.dexopt.install-bulk-secondary-downgraded u:object_r:exported_pm_prop:s0 exact string
|
||||||
|
pm.dexopt.shared u:object_r:exported_pm_prop:s0 exact string
|
||||||
|
|
||||||
ro.apk_verity.mode u:object_r:apk_verity_prop:s0 exact int
|
ro.apk_verity.mode u:object_r:apk_verity_prop:s0 exact int
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue