sepolicy: allow vold to create files on external sdcard

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
gugelfrei
Pawit Pornkitprasan 11 years ago
parent 1b6aa84f9d
commit ef907713b7

@ -13,4 +13,5 @@ BOARD_SEPOLICY_UNION += \
genfs_contexts \
installd.te \
seapp_contexts \
vold.te \
mac_permissions.xml

@ -0,0 +1,2 @@
# Allow vold to manage ASEC
allow vold sdcard_external:file create_file_perms;
Loading…
Cancel
Save