aboutsummaryrefslogtreecommitdiffstats
path: root/shell.te
diff options
context:
space:
mode:
authorJeff Sharkey <jsharkey@android.com>2015-04-02 16:14:40 -0700
committerJeff Sharkey <jsharkey@android.com>2015-04-02 18:20:22 -0700
commit93fd6f0a4e6b622ed0116c3233046baeeb3f7c1d (patch)
tree21e9908cd01723090b802593e7babc57b7835d3b /shell.te
parentb87a4b16d2d9b110047e24edeeb2528bcffd0574 (diff)
downloadandroid_external_sepolicy-93fd6f0a4e6b622ed0116c3233046baeeb3f7c1d.tar.gz
android_external_sepolicy-93fd6f0a4e6b622ed0116c3233046baeeb3f7c1d.tar.bz2
android_external_sepolicy-93fd6f0a4e6b622ed0116c3233046baeeb3f7c1d.zip
Consistent external storage policy.
Apps, shell and adbd should all have identical access to external storage. Also document where we have files and/or symlinks. Bug: 20055945 Change-Id: I133ffcf28cc3ccdb0541aba18ea3b9ba676eddbe
Diffstat (limited to 'shell.te')
-rw-r--r--shell.te3
1 files changed, 0 insertions, 3 deletions
diff --git a/shell.te b/shell.te
index a58fc5d..cfadf77 100644
--- a/shell.te
+++ b/shell.te
@@ -74,6 +74,3 @@ allow shell domain:process getattr;
# and read other files created by init process under /data/bootchart
allow shell bootchart_data_file:dir rw_dir_perms;
allow shell bootchart_data_file:file create_file_perms;
-
-# Follow the /storage/self/primary symlink
-allow shell storage_file:lnk_file r_file_perms;