summaryrefslogtreecommitdiffstats
path: root/target/board/generic/sepolicy/qemud.te
blob: eee21c4062ad614a846e35bec47ba4b15898b853 (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 and /dev/ttyGF1.
allow qemud serial_device:chr_file rw_file_perms;