Home | History | Annotate | Download | only in sepolicy
      1 allow surfaceflinger sysfs:file rw_file_perms;
      2 
      3 # Read from /data/local/tmp
      4 allow surfaceflinger shell_data_file:dir search;
      5 allow surfaceflinger shell_data_file:file { open getattr read };
      6 allow surfaceflinger shell_data_file:lnk_file read;
      7