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