Split mac_permissions.xml into plat and non-plat components.
Bug: 31363362 Test: Bullhead and Sailfish both build and boot w/out new denials. Change-Id: Id7e29ec09510741c4e925231401a6de81704fbf0
This commit is contained in:
parent
f61205d5c7
commit
15171f641e
|
@ -80,7 +80,8 @@ PRODUCT_PACKAGES += \
|
||||||
# SELinux packages
|
# SELinux packages
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
file_contexts.bin \
|
file_contexts.bin \
|
||||||
mac_permissions.xml \
|
nonplat_mac_permissions.xml \
|
||||||
|
plat_mac_permissions.xml \
|
||||||
property_contexts \
|
property_contexts \
|
||||||
seapp_contexts \
|
seapp_contexts \
|
||||||
selinux_version \
|
selinux_version \
|
||||||
|
|
Loading…
Reference in New Issue