aboutsummaryrefslogtreecommitdiffstats
path: root/vold.te
diff options
context:
space:
mode:
authorStephen Smalley <sds@tycho.nsa.gov>2013-04-04 11:48:40 -0400
committerrepo sync <gcondra@google.com>2013-04-05 13:10:05 -0700
commit0e856a02cb73ab2a54f024a70194c6069a9fac57 (patch)
treef11cbb31f7efa22cfcf02d4639bf53f1a03c384d /vold.te
parent62508bf498af44ea7d54bf85b4a8c1202cd26c8e (diff)
downloadandroid_external_sepolicy-0e856a02cb73ab2a54f024a70194c6069a9fac57.tar.gz
android_external_sepolicy-0e856a02cb73ab2a54f024a70194c6069a9fac57.tar.bz2
android_external_sepolicy-0e856a02cb73ab2a54f024a70194c6069a9fac57.zip
Allow all domains to read /dev symlinks.
Change-Id: I448a5553937a98775178b94f289ccb45ae862876 Signed-off-by: Stephen Smalley <sds@tycho.nsa.gov>
Diffstat (limited to 'vold.te')
-rw-r--r--vold.te1
1 files changed, 0 insertions, 1 deletions
diff --git a/vold.te b/vold.te
index c1b9055..8ffc404 100644
--- a/vold.te
+++ b/vold.te
@@ -7,7 +7,6 @@ typeattribute vold mlstrustedsubject;
allow vold system_file:file x_file_perms;
allow vold block_device:dir create_dir_perms;
allow vold block_device:blk_file create_file_perms;
-allow vold block_device:lnk_file read;
allow vold devpts:chr_file rw_file_perms;
allow vold rootfs:dir mounton;
allow vold sdcard_type:dir mounton;