aboutsummaryrefslogtreecommitdiffstats
path: root/domain.te
diff options
context:
space:
mode:
authorStephen Smalley <sds@tycho.nsa.gov>2013-11-05 10:39:42 -0500
committerStephen Smalley <sds@tycho.nsa.gov>2013-11-06 10:27:19 -0500
commit2e0b4a149e9eaf59514ee6d32aee3fb8ee0df3e0 (patch)
treeafe8eafac0a447c3e4812e56f9b88736dcf4ddc5 /domain.te
parent7316b18a6c8706635592d2c60c40a505b4654312 (diff)
downloadandroid_external_sepolicy-2e0b4a149e9eaf59514ee6d32aee3fb8ee0df3e0.tar.gz
android_external_sepolicy-2e0b4a149e9eaf59514ee6d32aee3fb8ee0df3e0.tar.bz2
android_external_sepolicy-2e0b4a149e9eaf59514ee6d32aee3fb8ee0df3e0.zip
Move goldfish-specific rules to their own directory.
Change-Id: I1bdd80f641db05fef4714654515c1e1fbb259794 Signed-off-by: Stephen Smalley <sds@tycho.nsa.gov>
Diffstat (limited to 'domain.te')
-rw-r--r--domain.te6
1 files changed, 0 insertions, 6 deletions
diff --git a/domain.te b/domain.te
index f90d802..4d41195 100644
--- a/domain.te
+++ b/domain.te
@@ -97,12 +97,6 @@ allow domain cgroup:file w_file_perms;
#Allow access to ion memory allocation device
allow domain ion_device:chr_file rw_file_perms;
-# For /sys/qemu_trace files in the emulator.
-bool in_qemu false;
-if (in_qemu) {
-allow domain sysfs_writable:file rw_file_perms;
-}
-
# Read access to pseudo filesystems.
r_dir_file(domain, proc)
r_dir_file(domain, sysfs)