* commit 'e9761cb8cbc129ec7437550af7c751704a74a44b': Drop domain write access to sysfs for the emulator.
This commit is contained in:
commit
047153e35a
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