Home | History | Annotate | Download | only in sepolicy
      1 # Allow system server factory file access
      2 allow system_server efs_file:dir search;
      3 allow system_server efs_file:file r_file_perms;
      4 
      5 # GPU dynamic fbc feature
      6 allow system_server surfaceflinger:fifo_file rw_file_perms;
      7 
      8 # Allow system server to probe GPU memory statistics files (memtrack HAL)
      9 allow system_server gpu_pid_stats_file:dir r_dir_perms;
     10 allow system_server gpu_pid_stats_file:file r_file_perms;
     11 
     12 # Wifi country code
     13 get_prop(system_server, countrycode_prop)
     14