maxwen | 85c37d6 | 2016-02-26 03:45:57 +0100 | [diff] [blame^] | 1 | # Access OBBs (sdcard_posix) mounted by vold |
2 | # File write access allowed for FDs returned through Storage Access Framework | ||||
3 | allow appdomain sdcard_posix:dir r_dir_perms; | ||||
4 | allow appdomain sdcard_posix:file rw_file_perms; | ||||
5 |