forked from openkylin/platform_build
SELinux: split property_contexts into platform and non-platform components.
Bug: 33746484 Test: Successfully boot with original service and property contexts. Successfully boot with split serivce and property contexts. Change-Id: I1f218ca842407d30650b8987ded6679672171091 Signed-off-by: Sandeep Patil <sspatil@google.com>
This commit is contained in:
parent
a91d63fa65
commit
c5ffdd4bb4
|
@ -84,13 +84,14 @@ PRODUCT_PACKAGES += \
|
|||
file_contexts.bin \
|
||||
nonplat_file_contexts \
|
||||
nonplat_mac_permissions.xml \
|
||||
nonplat_property_contexts \
|
||||
nonplat_seapp_contexts \
|
||||
nonplat_service_contexts \
|
||||
plat_file_contexts \
|
||||
plat_mac_permissions.xml \
|
||||
plat_property_contexts \
|
||||
plat_seapp_contexts \
|
||||
plat_service_contexts \
|
||||
property_contexts \
|
||||
selinux_version \
|
||||
sepolicy
|
||||
|
||||
|
|
Loading…
Reference in New Issue