09159ac7ce
Change-Id: I878eaa9d25feaedf46e89083f91d6a21f4aff37a
24 lines
407 B
Makefile
24 lines
407 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 \
|
|
su.te \
|
|
sysinit.te \
|
|
system.te \
|
|
ueventd.te \
|
|
vold.te \
|
|
mac_permissions.xml
|