Stephen Smalley | 768ff51 | 2014-02-25 13:37:06 -0500 | [diff] [blame] | 1 | # qemu support daemon |
2 | type qemud, domain; | ||||
3 | type qemud_exec, exec_type, file_type; | ||||
4 | |||||
5 | init_daemon_domain(qemud) | ||||
Stephen Smalley | 82b6f21 | 2014-11-06 09:36:40 -0500 | [diff] [blame^] | 6 | permissive_or_unconfined(qemud) |
7 | |||||
8 | # Access /dev/ttyS1. | ||||
9 | allow qemud serial_device:chr_file rw_file_perms; |