Skip to content
Snippets Groups Projects
init_shell.te 204 B
Newer Older
  • Learn to ignore specific revisions
  • # Restricted domain for shell processes spawned by init
    
    type init_shell, domain, shelldomain;
    
    domain_auto_trans(init, shell_exec, init_shell)
    
    repo sync's avatar
    repo sync committed
    unconfined_domain(init_shell)
    
    
    # inherits from shelldomain.te