Skip to content
Snippets Groups Projects
shell.te 199 B
Newer Older
  • Learn to ignore specific revisions
  • # Domain for shell processes spawned by ADB
    
    repo sync's avatar
    repo sync committed
    type shell, domain;
    
    type shell_exec, exec_type, file_type;
    
    repo sync's avatar
    repo sync committed
    unconfined_domain(shell)
    
    Stephen Smalley's avatar
    Stephen Smalley committed
    
    # Run app_process.
    # XXX Split into its own domain?
    app_domain(shell)