Home | History | Annotate | Download | only in sepolicy
      1 type ssr, domain, domain_deprecated;
      2 type ssr_exec, exec_type, file_type;
      3 
      4 # Started by init
      5 init_daemon_domain(ssr);
      6 
      7 userdebug_or_eng(`
      8 allow ssr device:dir r_dir_perms;
      9 allow ssr ramdump_device:chr_file r_file_perms;
     10 allow ssr ramdump_data_file:dir getattr;
     11 allow ssr sysfs_ssr:dir r_dir_perms;
     12 allow ssr sysfs_ssr:lnk_file read;
     13 ')
     14