summaryrefslogtreecommitdiffstats
path: root/sepolicy/common/logpersist.te
blob: 3fc025019c5bb1d51ae5105c802760b534391d26 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# goldfish logcat service:  runs logcat -Q in logpersist domain

# See global logcat.te/logpersist.te, only set for eng & userdebug,
# allow for all builds in a non-conflicting manner.

domain_auto_trans(init, logcat_exec, logpersist)

# Read from logd.
unix_socket_connect(logpersist, logdr, logd)

# Write to /dev/ttyS2 and /dev/ttyGF2.
allow logpersist serial_device:chr_file { write open };
get_prop(logpersist, qemu_cmdline)