Merge "sepolicy: add ro.product.vendor_dlkm coverage" am: 102883c1e0
Original change: https://android-review.googlesource.com/c/platform/system/sepolicy/+/1690648 Change-Id: I3bac584f2d6d3d9e49a4d6db6481ce5d6974ec1b
This commit is contained in:
commit
14512b19a6
1 changed files with 12 additions and 7 deletions
|
@ -829,13 +829,18 @@ ro.vendor.product.cpu.abilist u:object_r:build_vendor_prop:s0 exact string
|
|||
ro.vendor.product.cpu.abilist32 u:object_r:build_vendor_prop:s0 exact string
|
||||
ro.vendor.product.cpu.abilist64 u:object_r:build_vendor_prop:s0 exact string
|
||||
|
||||
ro.product.board u:object_r:build_vendor_prop:s0 exact string
|
||||
ro.product.first_api_level u:object_r:build_vendor_prop:s0 exact int
|
||||
ro.product.vendor.brand u:object_r:build_vendor_prop:s0 exact string
|
||||
ro.product.vendor.device u:object_r:build_vendor_prop:s0 exact string
|
||||
ro.product.vendor.manufacturer u:object_r:build_vendor_prop:s0 exact string
|
||||
ro.product.vendor.model u:object_r:build_vendor_prop:s0 exact string
|
||||
ro.product.vendor.name u:object_r:build_vendor_prop:s0 exact string
|
||||
ro.product.board u:object_r:build_vendor_prop:s0 exact string
|
||||
ro.product.first_api_level u:object_r:build_vendor_prop:s0 exact int
|
||||
ro.product.vendor.brand u:object_r:build_vendor_prop:s0 exact string
|
||||
ro.product.vendor.device u:object_r:build_vendor_prop:s0 exact string
|
||||
ro.product.vendor.manufacturer u:object_r:build_vendor_prop:s0 exact string
|
||||
ro.product.vendor.model u:object_r:build_vendor_prop:s0 exact string
|
||||
ro.product.vendor.name u:object_r:build_vendor_prop:s0 exact string
|
||||
ro.product.vendor_dlkm.brand u:object_r:build_vendor_prop:s0 exact string
|
||||
ro.product.vendor_dlkm.device u:object_r:build_vendor_prop:s0 exact string
|
||||
ro.product.vendor_dlkm.manufacturer u:object_r:build_vendor_prop:s0 exact string
|
||||
ro.product.vendor_dlkm.model u:object_r:build_vendor_prop:s0 exact string
|
||||
ro.product.vendor_dlkm.name u:object_r:build_vendor_prop:s0 exact string
|
||||
|
||||
# GRF property for the first api level of the vendor partition
|
||||
ro.board.first_api_level u:object_r:build_vendor_prop:s0 exact int
|
||||
|
|
Loading…
Reference in a new issue