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

Commit 1b6aa84f authored by Pawit Pornkitprasan's avatar Pawit Pornkitprasan
Browse files

sepolicy: allow installd to query ASEC size

installd need to query ASEC size on sdcard_external
to show on the Settings -> Apps page correctly.

Change-Id: I2d9a49b8f0652f05d73d0ff464a3835595e2cc3c
parent a30ec115
Loading
Loading
Loading
Loading

sepolicy/installd.te

0 → 100644
+3 −0
Original line number Diff line number Diff line
# Allow querying of asec size on SD card
allow installd sdcard_external:dir { search };
allow installd sdcard_external:file { getattr };
+1 −0
Original line number Diff line number Diff line
@@ -11,5 +11,6 @@ BOARD_SEPOLICY_UNION += \
    file_contexts \
    fs_use \
    genfs_contexts \
    installd.te \
    seapp_contexts \
    mac_permissions.xml