Home | History | Annotate | Download | only in sepolicy
      1 # Domain for shell processes spawned by ADB
      2 type shell, domain;
      3 type shell_exec, file_type;
      4 unconfined_domain(shell)
      5 
      6 # Run app_process.
      7 # XXX Split into its own domain?
      8 app_domain(shell)
      9