Home | History | Annotate | Download | only in sepolicy
      1 #integrated sensor process
      2 type imscm, domain;
      3 type imscm_exec, exec_type, vendor_file_type, file_type;
      4 
      5 # Started by init
      6 init_daemon_domain(imscm)
      7 
      8 # TODO(b/36569719): Remove this once imscm stops using Binder
      9 typeattribute imscm binder_in_vendor_violators;
     10 binder_use(imscm)
     11 
     12 allow imscm imscm_service:service_manager add;
     13 allow imscm sysfs:dir r_dir_perms;
     14 r_dir_file(imscm, sysfs_msm_subsys)
     15