blob: b6a35d39d535ab7c7041379aab5d4de4a73875ff [file] [log] [blame]
Stephen Smalley768ff512014-02-25 13:37:06 -05001# qemu support daemon
2type qemud, domain;
3type qemud_exec, exec_type, file_type;
4
5init_daemon_domain(qemud)
Stephen Smalley82b6f212014-11-06 09:36:40 -05006permissive_or_unconfined(qemud)
7
8# Access /dev/ttyS1.
9allow qemud serial_device:chr_file rw_file_perms;