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
|
@ -412,6 +412,11 @@ 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.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-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
|
||||
|
|
Loading…
Reference in a new issue