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