Merge "Allow radio to access IMS stack's socket for sending/receiving RTP packets and aoc_device for codec encoding/decoding"

This commit is contained in:
Jayachandran C 2023-02-16 02:59:18 +00:00 committed by Android (Google) Code Review
commit 75fc4f2051

View file

@ -1,2 +1,4 @@
allow radio radio_vendor_data_file:dir rw_dir_perms; allow radio radio_vendor_data_file:dir rw_dir_perms;
allow radio radio_vendor_data_file:file create_file_perms; allow radio radio_vendor_data_file:file create_file_perms;
allow radio vendor_ims_app:udp_socket { getattr read write setopt shutdown };
allow radio aoc_device:chr_file rw_file_perms;