• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1userdebug_or_eng(`
2  allow surfaceflinger diag_device:chr_file rw_file_perms;
3')
4
5# persist
6allow surfaceflinger persist_file:dir search;
7
8# persist/display
9allow surfaceflinger persist_display_file:dir r_dir_perms;
10allow surfaceflinger persist_display_file:file create_file_perms;
11