1# Grant GPU access to system apps (e.g., PowerManagerService) 2allow system gpu_device:chr_file rw_file_perms; 3allow system diag_device:chr_file rw_file_perms; 4 5# Grant access to Qualcomm MSM Interface (QMI) radio sockets to system apps 6# (e.g., LocationManager) 7allow system qmux_radio_socket:sock_file create_file_perms; 8allow system qmux_radio_socket:dir rw_dir_perms; 9