commit | 1b6aa84f9dceb291b195d786b96c7873981f6bca | [log] [tgz] |
---|---|---|
author | Pawit Pornkitprasan <p.pawit@gmail.com> | Wed Nov 13 22:35:00 2013 +0700 |
committer | Pawit Pornkitprasan <p.pawit@gmail.com> | Wed Nov 13 22:35:17 2013 +0700 |
tree | 012ef42775e5391a393b9b1ab0c1ca879ee8b2a7 | |
parent | a30ec115e31867b42812e425b3e1661af4fc374c [diff] [blame] |
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
diff --git a/sepolicy/installd.te b/sepolicy/installd.te new file mode 100644 index 0000000..65f471a --- /dev/null +++ b/sepolicy/installd.te
@@ -0,0 +1,3 @@ +# Allow querying of asec size on SD card +allow installd sdcard_external:dir { search }; +allow installd sdcard_external:file { getattr };