Skip to content
Snippets Groups Projects
Commit d7bd03c5 authored by William Roberts's avatar William Roberts Committed by Nick Kralevich
Browse files

domain: keep most domains out of app sandboxes


Change-Id: Idc9552d2130750d82318d57e7c55fd280d687063
Signed-off-by: default avatarWilliam Roberts <william.c.roberts@intel.com>
parent 1cf262da
No related branches found
No related tags found
No related merge requests found
......@@ -427,6 +427,13 @@ neverallow {
-installd # creation of app sandbox
} system_app_data_file:dir_file_class_set { create unlink open };
# Services should respect app sandboxes
neverallow {
domain
-appdomain
-installd # creation of sandbox
} app_data_file:dir_file_class_set { create unlink };
#
# Only these domains should transition to shell domain. This domain is
# permissible for the "shell user". If you need a process to exec a shell
......
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