selinux: Fix asec mounting

Change-Id: I92392f3d810dfaf8dfc35f5c9170178a651d28dc
This commit is contained in:
Ricardo Cerqueira 2013-11-12 21:05:31 +00:00
parent 785a4bad32
commit 98c81ead7a
2 changed files with 3 additions and 0 deletions

2
sepolicy/file.te Normal file
View File

@ -0,0 +1,2 @@
# Support asec containers getting mounted
allow file_type rootfs:filesystem associate;

View File

@ -7,6 +7,7 @@ BOARD_SEPOLICY_DIRS += \
vendor/cm/sepolicy
BOARD_SEPOLICY_UNION += \
file.te \
file_contexts \
fs_use \
seapp_contexts \