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

domain: strengthen system_app sandbox neverallow


Prevent direct opens into the system_app sandbox.

Change-Id: I04c22076939a9a09a6c861ae73da839c879c4ba7
Signed-off-by: default avatarWilliam Roberts <william.c.roberts@intel.com>
parent f4fefd92
No related branches found
No related tags found
No related merge requests found
...@@ -425,7 +425,7 @@ neverallow { ...@@ -425,7 +425,7 @@ neverallow {
-system_app # its own sandbox -system_app # its own sandbox
-system_server #populate com.android.providers.settings/databases/settings.db. -system_server #populate com.android.providers.settings/databases/settings.db.
-installd # creation of app sandbox -installd # creation of app sandbox
} system_app_data_file:dir_file_class_set { create unlink }; } system_app_data_file:dir_file_class_set { create unlink open };
# #
# Only these domains should transition to shell domain. This domain is # Only these domains should transition to shell domain. This domain is
......
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