commit | 0ea4ac8a12efa2f847625917f35b5cbedec3853a | [log] [tgz] |
---|---|---|
author | Nick Kralevich <nnk@google.com> | Thu Nov 07 23:16:50 2013 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Nov 07 23:16:50 2013 +0000 |
tree | bc0336d84356f2c7afcf54d9403915bda79fa42f | |
parent | 842a1111c0544f7f855b0cdc4cceee8a370af759 [diff] | |
parent | 2e0b4a149e9eaf59514ee6d32aee3fb8ee0df3e0 [diff] |
Merge "Move goldfish-specific rules to their own directory."
diff --git a/domain.te b/domain.te index f90d802..4d41195 100644 --- a/domain.te +++ b/domain.te
@@ -97,12 +97,6 @@ #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)