aboutsummaryrefslogtreecommitdiffstats
path: root/vold.te
diff options
context:
space:
mode:
authorStephen Smalley <sds@tycho.nsa.gov>2014-05-09 09:29:24 -0400
committerStephen Smalley <sds@tycho.nsa.gov>2014-05-09 18:30:22 +0000
commit02dac03a8c7cc79306cf5807f86af3e01f5dc4af (patch)
tree150a4db529c4988322e4a969a425a0d4c8773523 /vold.te
parent004bd4e0b675a87beb9d687cfdcfe15a06e84b3d (diff)
downloadandroid_external_sepolicy-02dac03a8c7cc79306cf5807f86af3e01f5dc4af.tar.gz
android_external_sepolicy-02dac03a8c7cc79306cf5807f86af3e01f5dc4af.tar.bz2
android_external_sepolicy-02dac03a8c7cc79306cf5807f86af3e01f5dc4af.zip
Drop relabelto_domain() macro and its associated definitions.
This was originally to limit the ability to relabel files to particular types given the ability of all domains to relabelfrom unlabeled files. Since the latter was removed by Ied84f8b4b1a0896c1b9f7d783b7463ce09d4807b, this no longer serves any purpose. Change-Id: Ic41e94437188183f15ed8b3732c6cd5918da3397 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 350f630..7fbba76 100644
--- a/vold.te
+++ b/vold.te
@@ -71,7 +71,6 @@ allow vold ctl_fuse_prop:property_service set;
allow vold asec_image_file:file create_file_perms;
allow vold asec_image_file:dir rw_dir_perms;
security_access_policy(vold)
-relabelto_domain(vold)
allow vold asec_apk_file:dir { rw_dir_perms setattr relabelfrom };
allow vold asec_public_file:dir { relabelto setattr };
allow vold asec_apk_file:file { r_file_perms setattr relabelfrom };