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

am 061f254d: Define security labeling for isolated processes.

* commit '061f254d':
  Define security labeling for isolated processes.
parents 9822c1d0 061f254d
No related branches found
No related tags found
No related merge requests found
......@@ -67,6 +67,10 @@ bluetooth_domain(release_app)
# Read logs.
allow release_app log_device:chr_file read;
# Services with isolatedProcess=true in their manifest.
type isolated_app, domain;
app_domain(isolated_app)
#
# An example of a specific domain for a specific app
# A domain for com.android.browser.
......
......@@ -39,3 +39,4 @@ 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=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 levelFromUid=true
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment