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 / |
| 4 | allow iorap_inode2filename dalvikcache_data_file:dir { getattr open read search }; |
| 5 | allow iorap_inode2filename dalvikcache_data_file:file { getattr }; |
| 6 | allow iorap_inode2filename dex2oat_exec:lnk_file { getattr open read }; |
| 7 | allow iorap_inode2filename dexoptanalyzer_exec:file { getattr }; |
| 8 | allow iorap_inode2filename storaged_data_file:dir { getattr open read search }; |
| 9 | allow iorap_inode2filename storaged_data_file:file { getattr }; |