device/generic/goldfish/sepolicy/common/logpersist.te

5 lines
234 B
Plaintext
Raw Permalink Normal View History

2025-08-25 08:28:21 +08:00
# Output to virtual serial console. Needed because seriallogging daemon
# runs logcat and directs its output to hvcX the /dev filesystem.
allow logpersist device:dir r_dir_perms;
allow logpersist serial_device:chr_file ra_file_perms;