319b556868
Change-Id: Id9fc2d68b954e1cd6792739309a0df40e2dc998c
22 lines
378 B
Makefile
22 lines
378 B
Makefile
#
|
|
# This policy configuration will be used by all products that
|
|
# inherit from CM
|
|
#
|
|
|
|
BOARD_SEPOLICY_DIRS += \
|
|
vendor/cm/sepolicy
|
|
|
|
BOARD_SEPOLICY_UNION += \
|
|
file.te \
|
|
file_contexts \
|
|
genfs_contexts \
|
|
seapp_contexts \
|
|
service_contexts \
|
|
auditd.te \
|
|
installd.te \
|
|
netd.te \
|
|
system.te \
|
|
ueventd.te \
|
|
vold.te \
|
|
mac_permissions.xml
|