Lines Matching full:read
6 # Read access to properties mapping.
8 allow domain tmpfs:file { read getattr };
31 allow domain adbd:unix_stream_socket { getattr read write shutdown };
45 allow domain rootfs:lnk_file { read getattr };
49 allow domain dev_type:lnk_file read;
51 allow domain device:file read;
76 allow domain system_file:lnk_file read;
78 # Read files already opened under /data.
80 allow domain system_data_file:file { getattr read };
81 allow domain system_data_file:lnk_file read;
83 # Read apk files under /data/app.
87 # Read /data/dalvik-cache.
91 # Read already opened /cache files.
93 allow domain cache_file:file { getattr read };
94 allow domain cache_file:lnk_file read;
110 # Read access to pseudo filesystems.