Home | History | Annotate | Download | only in sepolicy
      1 type hal_dumpstate_impl, domain;
      2 hal_server_domain(hal_dumpstate_impl, hal_dumpstate)
      3 
      4 type hal_dumpstate_impl_exec, exec_type, file_type;
      5 init_daemon_domain(hal_dumpstate_impl)
      6 
      7 userdebug_or_eng(`
      8         allow hal_dumpstate_impl atvr_device:chr_file r_file_perms;
      9 ')