1# Output to virtual serial console. Needed because seriallogging daemon
2# runs logcat and directs its output to hvcX the /dev filesystem.
3allow logpersist device:dir r_dir_perms;
4allow logpersist logdr_socket:sock_file write;
5allow logpersist logd:unix_stream_socket connectto;
6allow logpersist serial_device:chr_file ra_file_perms;
7