Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ef907713 authored by Pawit Pornkitprasan's avatar Pawit Pornkitprasan
Browse files

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
parent 1b6aa84f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -13,4 +13,5 @@ BOARD_SEPOLICY_UNION += \
    genfs_contexts \
    installd.te \
    seapp_contexts \
    vold.te \
    mac_permissions.xml

sepolicy/vold.te

0 → 100644
+2 −0
Original line number Diff line number Diff line
# Allow vold to manage ASEC
allow vold sdcard_external:file create_file_perms;