Skip to content
Snippets Groups Projects
Commit 7a80915f authored by Stephen Smalley's avatar Stephen Smalley Committed by Android Git Automerger
Browse files

am 2ae799e4: Drop separate domain for browser.

* commit '2ae799e4':
  Drop separate domain for browser.
parents 882f7ee2 2ae799e4
No related branches found
No related tags found
No related merge requests found
...@@ -73,15 +73,6 @@ type isolated_app, domain, mlstrustedsubject; ...@@ -73,15 +73,6 @@ type isolated_app, domain, mlstrustedsubject;
app_domain(isolated_app) app_domain(isolated_app)
allow isolated_app system_data_file:file { open execute }; allow isolated_app system_data_file:file { open execute };
#
# An example of a specific domain for a specific app
# A domain for com.android.browser.
type browser_app, domain;
app_domain(browser_app)
platform_app_domain(browser_app)
# Access the network.
net_domain(browser_app)
# #
# Rules for platform app domains. # Rules for platform app domains.
# #
......
...@@ -42,5 +42,4 @@ user=_app seinfo=platform domain=platform_app type=platform_app_data_file ...@@ -42,5 +42,4 @@ user=_app seinfo=platform domain=platform_app type=platform_app_data_file
user=_app seinfo=shared domain=shared_app type=platform_app_data_file user=_app seinfo=shared domain=shared_app type=platform_app_data_file
user=_app seinfo=media domain=media_app type=platform_app_data_file user=_app seinfo=media domain=media_app type=platform_app_data_file
user=_app seinfo=release domain=release_app type=platform_app_data_file user=_app seinfo=release domain=release_app type=platform_app_data_file
user=_app seinfo=release name=com.android.browser domain=browser_app type=platform_app_data_file
user=_isolated domain=isolated_app user=_isolated domain=isolated_app
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