blob: 34ef280ab698a638224574d25834cd60558490cd [file] [log] [blame]
# goldfish-logcat service: runs logcat -Q
type goldfish_logcat, domain;
permissive_or_unconfined(goldfish_logcat)
domain_auto_trans(init, logcat_exec, goldfish_logcat)
# Read from logd.
read_logd(goldfish_logcat)
# Write to /dev/ttyS2
allow goldfish_logcat serial_device:chr_file { write open };