diff --git a/domain.te b/domain.te
index 7c9e7a668d027dbac1547614410e998019cda349..3db35d7c5aac1463f188d6aa4fad3fe6cb3d70ef 100644
--- a/domain.te
+++ b/domain.te
@@ -103,9 +103,8 @@ 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:file rw_file_perms;
-}
 allow domain sysfs_writable:file rw_file_perms;
+}
 
 # Read access to pseudo filesystems.
 r_dir_file(domain, proc)