sdm845-common: sepolicy: Copy over public_vendor_default_prop rules from qcom sepolicy

* This addresses many denials introduced by enabling
  vendor and system property isolation.

Change-Id: I24e04fc24be32698c7fdae4b28e90e9c20161a77
This commit is contained in:
LuK1337
2019-02-12 15:50:09 +01:00
committed by Łukasz Patron
parent 26cf3e0528
commit 8936a7fda0
4 changed files with 13 additions and 0 deletions

View File

@@ -1,2 +1,5 @@
# Allow vendor_init to set public_vendor_default_prop
set_prop(vendor_init, public_vendor_default_prop)
# Allow vendor_init to set vendor_camera_prop
set_prop(vendor_init, vendor_camera_prop)