diff options
Diffstat (limited to 'target/board/generic_x86/sepolicy/domain.te')
-rw-r--r-- | target/board/generic_x86/sepolicy/domain.te | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/board/generic_x86/sepolicy/domain.te b/target/board/generic_x86/sepolicy/domain.te index c17950d..c3161b3 100644 --- a/target/board/generic_x86/sepolicy/domain.te +++ b/target/board/generic_x86/sepolicy/domain.te @@ -1,3 +1,4 @@ # For /sys/qemu_trace files in the emulator. allow domain sysfs_writable:file rw_file_perms; allow domain cpuctl_device:dir search; +allow domain qemu_device:chr_file rw_file_perms; |