Home | History | Annotate | Download | only in sepolicy
      1 userdebug_or_eng(`
      2   allow surfaceflinger diag_device:chr_file rw_file_perms;
      3 ')
      4 
      5 # persist
      6 allow surfaceflinger persist_file:dir search;
      7 
      8 # persist/display
      9 allow surfaceflinger persist_display_file:dir r_dir_perms;
     10 allow surfaceflinger persist_display_file:file create_file_perms;
     11