From 2e0b4a149e9eaf59514ee6d32aee3fb8ee0df3e0 Mon Sep 17 00:00:00 2001 From: Stephen Smalley <sds@tycho.nsa.gov> Date: Tue, 5 Nov 2013 10:39:42 -0500 Subject: [PATCH] Move goldfish-specific rules to their own directory. Change-Id: I1bdd80f641db05fef4714654515c1e1fbb259794 Signed-off-by: Stephen Smalley <sds@tycho.nsa.gov> --- domain.te | 6 ------ 1 file changed, 6 deletions(-) diff --git a/domain.te b/domain.te index f90d80276..4d411959c 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) -- GitLab