am defa1737: am b37ac46b: Merge "goldfish: logcat -Q in logd domain"

* commit 'defa1737973575e3be2dce415c68c6b13fb4fbd0':
  goldfish: logcat -Q in logd domain
This commit is contained in:
Mark Salyzyn 2015-06-03 17:43:28 +00:00 committed by Android Git Automerger
commit 86997b8809

View file

@ -1,10 +1,9 @@
# goldfish-logcat service: runs logcat -Q # goldfish-logcat service: runs logcat -Q in logd domain
type goldfish_logcat, domain;
domain_auto_trans(init, logcat_exec, goldfish_logcat) domain_auto_trans(init, logcat_exec, logd)
# Read from logd. # Read from logd.
read_logd(goldfish_logcat) read_logd(logd)
# Write to /dev/ttyS2 and /dev/ttyGF2. # Write to /dev/ttyS2 and /dev/ttyGF2.
allow goldfish_logcat serial_device:chr_file { write open }; allow logd serial_device:chr_file { write open };