Igor Murashkin | e39f8d2 | 2020-02-12 16:28:19 -0800 | [diff] [blame] | 1 | typeattribute iorap_inode2filename coredomain; |
| 2 | |
| 3 | # Grant access to open most of the files under / |
Orion Hodson | 8f75f76 | 2020-10-16 15:29:55 +0100 | [diff] [blame] | 4 | allow iorap_inode2filename { apex_module_data_file apex_art_data_file }:dir r_dir_perms; |
| 5 | allow iorap_inode2filename apex_data_file:file { getattr }; |
Igor Murashkin | e39f8d2 | 2020-02-12 16:28:19 -0800 | [diff] [blame] | 6 | allow iorap_inode2filename dalvikcache_data_file:dir { getattr open read search }; |
| 7 | allow iorap_inode2filename dalvikcache_data_file:file { getattr }; |
| 8 | allow iorap_inode2filename dex2oat_exec:lnk_file { getattr open read }; |
| 9 | allow iorap_inode2filename dexoptanalyzer_exec:file { getattr }; |
| 10 | allow iorap_inode2filename storaged_data_file:dir { getattr open read search }; |
| 11 | allow iorap_inode2filename storaged_data_file:file { getattr }; |