summaryrefslogtreecommitdiffstats
path: root/sepolicy/qcom/bootanim.te
blob: 4b4ca71f93d8a917ab4ca9ce5642cf3405de7475 (plain)
1
2
3
4
5
6
7
8
allow bootanim mpctl_socket:dir search;
unix_socket_connect(bootanim, mpctl, perfd)
unix_socket_send(bootanim, mpctl, perfd)

allow bootanim mpdecision:dir search;
allow bootanim mpdecision:file r_file_perms;
unix_socket_connect(bootanim, mpctl, mpdecision)
unix_socket_send(bootanim, mpctl, mpdecision)