aboutsummaryrefslogtreecommitdiffstats
path: root/recovery.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 /recovery.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 'recovery.te')
-rw-r--r--recovery.te1
1 files changed, 0 insertions, 1 deletions
diff --git a/recovery.te b/recovery.te
index b6f82c7..5c510e4 100644
--- a/recovery.te
+++ b/recovery.te
@@ -2,7 +2,6 @@
type recovery, domain;
allow recovery rootfs:file entrypoint;
unconfined_domain(recovery)
-relabelto_domain(recovery)
allow recovery self:capability2 mac_admin;