Home | History | Annotate | Download | only in sepolicy
      1 # Policy for system/bin/ssr_setup
      2 type ssr_setup_exec, exec_type, vendor_file_type, file_type;
      3 type ssr_setup, domain;
      4 
      5 init_daemon_domain(ssr_setup)
      6 allow ssr_setup sysfs_msm_subsys:dir r_dir_perms;
      7 allow ssr_setup sysfs_msm_subsys:file rw_file_perms;
      8 allow ssr_setup sysfs_msm_subsys:lnk_file read;
      9