Home | History | Annotate | Download | only in sepolicy

Lines Matching full:read

16 # Read system properties managed by zygote.
17 allow appdomain zygote_tmpfs:file read;
24 allow appdomain system:unix_stream_socket { read write setopt };
28 allow appdomain surfaceflinger:unix_stream_socket { read write setopt };
35 # Read/write data files created by the platform apps if they
37 allow appdomain platform_app_data_file:file { getattr read write };
47 # Read/write wallpaper file (opened by system).
48 allow appdomain wallpaper_file:file { read write };
56 # Everybody can read the xt_qtaguid resource tracking misc dev.
57 # So allow all apps to read from /dev/xt_qtaguid.
75 allow appdomain isolated_app:unix_stream_socket { read write };
79 allow appdomain backup_data_file:file { read write };
80 allow appdomain cache_backup_file:file { read write };
84 # Allow all applications to read downloaded files
103 read
131 neverallow { appdomain -unconfineddomain } dev_type:blk_file { read write };
134 neverallow { appdomain -unconfineddomain } kmem_device:chr_file { read write };