Merge "Move goldfish-specific rules to their own directory."
This commit is contained in:
commit
0ea4ac8a12
1 changed files with 0 additions and 6 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue