Lines Matching refs:read
10 allow dex2oat vendor_framework_file:file { getattr open read map };
12 allow dex2oat tmpfs:file { read getattr map };
18 allow dex2oat dalvikcache_data_file:lnk_file read;
27 allow dex2oat asec_apk_file:file { read map };
28 allow dex2oat unlabeled:file { read map };
29 allow dex2oat oemfs:file { read map };
32 allow dex2oat user_profile_data_file:file { getattr read lock map };
36 allow dex2oat { privapp_data_file app_data_file }:file { getattr read write lock map };
45 # Allow dex2oat to read files under /postinstall (e.g. APKs under /system, /system/bin/linker).
48 allow dex2oat postinstall_file:lnk_file { getattr read };
49 allow dex2oat postinstall_file:file read;
61 # Create and read symlinks in /data/ota/dalvik-cache. This is required for PIC mode boot images,
63 allow dex2oat ota_data_file:lnk_file { create read };