Steve Kondik | b5c2cf0 | 2015-09-15 04:10:02 -0700 | [diff] [blame] | 1 | allow bootanim mpctl_socket:dir search; |
2 | unix_socket_connect(bootanim, mpctl, perfd) | ||||
3 | unix_socket_send(bootanim, mpctl, perfd) | ||||
Steve Kondik | e2f23f0 | 2015-09-19 22:49:20 -0700 | [diff] [blame] | 4 | |
5 | allow bootanim mpdecision:dir search; | ||||
6 | allow bootanim mpdecision:file r_file_perms; | ||||
7 | unix_socket_connect(bootanim, mpctl, mpdecision) | ||||
8 | unix_socket_send(bootanim, mpctl, mpdecision) |