blob: baa356bdd392a0afbac694c63edc4681c5ba52e7 (
plain)
1
2
3
4
5
6
7
|
allow radio hal_exynos_rild_hwservice:hwservice_manager find;
allow radio proc_vendor_sched:dir r_dir_perms;
allow radio proc_vendor_sched:file w_file_perms;
# Allow telephony to access file descriptor of the QOS socket
# so it can make sure the QOS is meant for the intended addresses
allow radio priv_app:tcp_socket { read write };
|