Skip to content
Snippets Groups Projects
Commit 0ea4ac8a authored by Nick Kralevich's avatar Nick Kralevich Committed by Gerrit Code Review
Browse files

Merge "Move goldfish-specific rules to their own directory."

parents 842a1111 2e0b4a14
No related branches found
No related tags found
No related merge requests found
...@@ -97,12 +97,6 @@ allow domain cgroup:file w_file_perms; ...@@ -97,12 +97,6 @@ allow domain cgroup:file w_file_perms;
#Allow access to ion memory allocation device #Allow access to ion memory allocation device
allow domain ion_device:chr_file rw_file_perms; 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. # Read access to pseudo filesystems.
r_dir_file(domain, proc) r_dir_file(domain, proc)
r_dir_file(domain, sysfs) r_dir_file(domain, sysfs)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment