am 29326eda
: Drop domain write access to sysfs for the emulator.
* commit '29326eda65b121fe0edbbae43bc463af17aaed9b': Drop domain write access to sysfs for the emulator.
This commit is contained in:
commit
e9761cb8cb
1 changed files with 1 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue