Move our sepolicy to system_ext
Each app domain should be defined under the installed partition's sepolicy. Since PixelSystemService is under system_ext, we should not define our sepolicy under vendor. Test: manually check if the error message is gone Fix: 293806319 Change-Id: Ifec3e58c44ef1b2bc522f44b874b0635edc38c12
This commit is contained in:
parent
44699c1058
commit
51da07a0ea
1 changed files with 1 additions and 1 deletions
|
@ -2,4 +2,4 @@ PRODUCT_SOONG_NAMESPACES += vendor/google/apps/PersistentBackgroundServices
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
PersistentBackgroundServices
|
PersistentBackgroundServices
|
||||||
|
|
||||||
BOARD_VENDOR_SEPOLICY_DIRS += device/google/gs-common/pixelsystemservice/sepolicy
|
SYSTEM_EXT_PRIVATE_SEPOLICY_DIRS += device/google/gs-common/pixelsystemservice/sepolicy
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue