1 # qemu support daemon
2 type qemud, domain;
3 type qemud_exec, exec_type, file_type;
4
5 init_daemon_domain(qemud)
6
7 # Access /dev/ttyS1 and /dev/ttyGF1.
8 allow qemud serial_device:chr_file rw_file_perms;
9 allow qemud proc:file r_file_perms;
10