blob: 715240978ccdf25f1822a799c2510c021f01bbc7 [file] [log] [blame]
Alex Klyubin0a7b2a42017-08-23 18:05:32 -07001# Output to virtual serial console. Needed because seriallogging daemon
Cody Schuffelenc423e5d2019-09-16 19:49:45 +00002# runs logcat and directs its output to vportXpY or cf_logcat_pipe under
Alistair Strachan36f52182019-03-28 06:51:56 -07003# the /dev filesystem.
Tri Vo7f334eb2019-04-12 12:11:30 -07004allow logpersist device:dir r_dir_perms;
Cody Schuffelenc423e5d2019-09-16 19:49:45 +00005allow logpersist device:fifo_file ra_file_perms;
Alistair Strachan36f52182019-03-28 06:51:56 -07006allow logpersist virtual_serial_device:chr_file ra_file_perms;
Jaegeuk Kim99a19002019-09-04 08:19:33 -07007
8allowxperm logpersist device:fifo_file ioctl F2FS_IOC_SET_PIN_FILE;