aboutsummaryrefslogtreecommitdiff
path: root/shared/sepolicy/vendor/logpersist.te
blob: 226cb00bb9ac2be951f0f787c61cf552359fbc5f (plain)
1
2
3
4
# 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;