android_build/target/board/generic/sepolicy/qemud.te

9 lines
180 B
Plaintext

# 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;