Skip to content
Snippets Groups Projects
Commit 709aa70d authored by Nick Kralevich's avatar Nick Kralevich Committed by Android Git Automerger
Browse files

am c97aba39: am 46f3ce87: Merge "remove init_shell"

* commit 'c97aba39':
  remove init_shell
parents 6d049841 c97aba39
No related branches found
No related tags found
No related merge requests found
# Restricted domain for shell processes spawned by init.
# Normally these are shell commands or scripts invoked via sh
# from an init*.rc file. No service should ever run in this domain.
type init_shell, domain;
domain_auto_trans(init, shell_exec, init_shell)
permissive_or_unconfined(init_shell)
# Run helpers from / or /system without changing domain.
allow init_shell rootfs:file execute_no_trans;
allow init_shell system_file:file execute_no_trans;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment