Skip to content
Snippets Groups Projects
Commit ede81a8a authored by Nick Kralevich's avatar Nick Kralevich Committed by Gerrit Code Review
Browse files

Merge "Except the shell domain from the transition neverallow rule."

parents 55540755 57085446
No related branches found
No related tags found
No related merge requests found
...@@ -205,7 +205,8 @@ neverallow { appdomain -unconfineddomain } { domain -appdomain }:process ...@@ -205,7 +205,8 @@ neverallow { appdomain -unconfineddomain } { domain -appdomain }:process
{ sigkill sigstop signal }; { sigkill sigstop signal };
# Transition to a non-app domain. # Transition to a non-app domain.
neverallow { appdomain -unconfineddomain } ~appdomain:process # Exception for the shell domain, can transition to runas, ping, etc.
neverallow { appdomain -shell -unconfineddomain } ~appdomain:process
{ transition dyntransition }; { transition dyntransition };
# Map low memory. # Map low memory.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment