aboutsummaryrefslogtreecommitdiffstats
path: root/seapp_contexts
diff options
context:
space:
mode:
authorStephen Smalley <sds@tycho.nsa.gov>2014-03-12 13:39:38 -0400
committerStephen Smalley <sds@tycho.nsa.gov>2014-03-14 12:17:06 +0000
commitf9c3257fbaa16dbbffe3493b103d0b16ada1c0b5 (patch)
tree3101cf04be177a60f1e6f727641754a83a103c7b /seapp_contexts
parentdc88dca115791053d00354785be37a38259b3781 (diff)
downloadandroid_external_sepolicy-f9c3257fbaa16dbbffe3493b103d0b16ada1c0b5.tar.gz
android_external_sepolicy-f9c3257fbaa16dbbffe3493b103d0b16ada1c0b5.tar.bz2
android_external_sepolicy-f9c3257fbaa16dbbffe3493b103d0b16ada1c0b5.zip
Get rid of separate download_file type.
This appears to have been created to allow untrusted_app to access DownloadProvider cache files without needing to allow open access to platform_app_data_file. Now that platform_app_data_file is gone, there is no benefit to having this type. Retain a typealias for download_file to app_data_file until restorecon /data/data support is in place to provide compatibility. This change depends on: https://android-review.googlesource.com/#/c/87801/ Change-Id: Iab3c99d7d5448bdaa5c1e03a98fb6163804e1ec4 Signed-off-by: Stephen Smalley <sds@tycho.nsa.gov>
Diffstat (limited to 'seapp_contexts')
-rw-r--r--seapp_contexts1
1 files changed, 0 insertions, 1 deletions
diff --git a/seapp_contexts b/seapp_contexts
index 05f0486..eaa0c16 100644
--- a/seapp_contexts
+++ b/seapp_contexts
@@ -43,7 +43,6 @@ user=_app domain=untrusted_app type=app_data_file
user=_app seinfo=platform domain=platform_app type=app_data_file
user=_app seinfo=shared domain=shared_app type=app_data_file
user=_app seinfo=media domain=media_app type=app_data_file
-user=_app seinfo=media name=com.android.providers.downloads path=cache* type=download_file
user=_app seinfo=release domain=release_app type=app_data_file
user=_isolated domain=isolated_app
user=shell domain=shell type=shell_data_file