ef907713b7
This is required for ASEC support. Vold can already create and access directories, but do not yet have the permission for files. Change-Id: I5082bbff692e5dc53c7000e4b3a293e42d33f901
18 lines
305 B
Makefile
18 lines
305 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 \
|
|
installd.te \
|
|
seapp_contexts \
|
|
vold.te \
|
|
mac_permissions.xml
|