blob: 41f2065a9263e9e6ba6d01d44edd6037b2468d1e (
plain)
1
2
3
4
5
6
7
8
|
# qemu support daemon
type qemud, domain;
type qemud_exec, exec_type, file_type;
init_daemon_domain(qemud)
# Access /dev/ttyS1.
allow qemud serial_device:chr_file rw_file_perms;
|