Home | History | Annotate | Download | only in sepolicy
      1 # debugger interface
      2 type debuggerd, domain;
      3 permissive debuggerd;
      4 type debuggerd_exec, exec_type, file_type;
      5 
      6 init_daemon_domain(debuggerd)
      7 unconfined_domain(debuggerd)
      8 relabelto_domain(debuggerd)
      9 allow debuggerd tombstone_data_file:dir relabelto;
     10