002b4f0a4f
* We need to allow relabeling since these files can pop in and out if the governor is changed. Change-Id: Id75099290e24dac9962d4fed8148ec2df9e256b2
19 lines
322 B
Makefile
19 lines
322 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 \
|
|
fs_use \
|
|
genfs_contexts \
|
|
seapp_contexts \
|
|
installd.te \
|
|
ueventd.te \
|
|
vold.te \
|
|
mac_permissions.xml
|