Home | History | Annotate | Download | only in sepolicy
      1 type runas, domain;
      2 type runas_exec, file_type;
      3 permissive runas;
      4 unconfined_domain(runas)
      5 
      6 # ndk-gdb invokes adb shell run-as.
      7 domain_auto_trans(shell, runas_exec, runas)
      8