Lines Matching refs:read
28 allow init devpts:chr_file { read write open };
91 # Allow read-only access to context= mounted filesystems.
100 # chown/chmod require open+read+setattr required for open()+fchown/fchmod().
105 allow init {file_type -system_file -exec_type -app_data_file}:dir { create search getattr open read…
107 …ll_data_file -vold_data_file -misc_logd_file }:file { create getattr open read write setattr relab…
108 …data_file -misc_logd_file }:{ sock_file fifo_file } { create getattr open read setattr relabelfrom…
120 allow init { fs_type -contextmount_type -sdcard_type -rootfs }:file { open read setattr };
121 allow init { fs_type -contextmount_type -sdcard_type -rootfs }:dir { open read setattr search };
124 allow init { dev_type -kmem_device }:chr_file { read open setattr };
140 # or a read that consumes the messages that were read.
185 allow init misc_logd_file:dir { open create read getattr setattr search };
194 allow init keystore_data_file:dir { open create read getattr setattr search };
199 allow init vold_data_file:dir { open create read getattr setattr search };
203 allow init shell_data_file:dir { open create read getattr setattr search };
209 # For bootchart to read the /proc/$pid/cmdline file of each process,
302 # Never read/follow symlinks created by shell or untrusted apps.
303 neverallow init shell_data_file:lnk_file read;
304 neverallow init app_data_file:lnk_file read;