Demon000 | 656faee | 2018-01-11 10:20:10 +0200 | [diff] [blame] | 1 | # Allow socket communication with perfd |
| 2 | allow audioserver mpctl_socket:dir r_dir_perms; |
| 3 | unix_socket_send(audioserver, mpctl, mpdecision) |
| 4 | unix_socket_connect(audioserver, mpctl, mpdecision) |
| 5 | unix_socket_send(audioserver, mpctl, perfd) |
| 6 | unix_socket_connect(audioserver, mpctl, perfd) |
Divya Narayanan Poojary | b68a5ba | 2016-11-15 19:16:17 +0530 | [diff] [blame] | 7 | unix_socket_connect(audioserver, thermal, thermal-engine) |
Demon000 | 656faee | 2018-01-11 10:20:10 +0200 | [diff] [blame] | 8 | |
| 9 | # Allow communication with peripheral manager |
| 10 | use_per_mgr(audioserver) |
LuK1337 | 7239744 | 2018-01-11 22:15:08 +0200 | [diff] [blame] | 11 | allow audioserver binder_per_mgr_service:service_manager find; |