aboutsummaryrefslogtreecommitdiffstats
path: root/seapp_contexts
diff options
context:
space:
mode:
authorNick Kralevich <nnk@google.com>2013-06-27 10:48:36 -0700
committerNick Kralevich <nnk@google.com>2013-06-27 10:48:36 -0700
commit59444368da2fbe79ebc1b346eea9797f67c66566 (patch)
tree0ca11e1581051385072865e7a3b0d13c23a3bd06 /seapp_contexts
parentd2703d21814c3f869fed97c74596bb4ba661806c (diff)
downloadandroid_external_sepolicy-59444368da2fbe79ebc1b346eea9797f67c66566.tar.gz
android_external_sepolicy-59444368da2fbe79ebc1b346eea9797f67c66566.tar.bz2
android_external_sepolicy-59444368da2fbe79ebc1b346eea9797f67c66566.zip
Add "shell" to seapp_contexts
In the process of taking a bugreport, "dumpstate -B" will instruct zygote to fire up com.android.shell, which runs as UID=2000. This transition was not included in seapp_contexts, so zygote didn't know how to properly set the context for the shell user. Add an entry to allow zygote to know what to do with UID=2000 requests. Bug: 9588981 Change-Id: I2e726be8d58437ef1de3bcbad3b897a97ed18e22
Diffstat (limited to 'seapp_contexts')
-rw-r--r--seapp_contexts1
1 files changed, 1 insertions, 0 deletions
diff --git a/seapp_contexts b/seapp_contexts
index 491c9fd..41d3dd8 100644
--- a/seapp_contexts
+++ b/seapp_contexts
@@ -43,3 +43,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=_isolated domain=isolated_app
+user=shell domain=shell type=shell_data_file