1 # Grant GPU access to system apps (e.g., PowerManagerService) 2 allow system gpu_device:chr_file rw_file_perms; 3 allow 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) 7 allow system qmux_radio_socket:sock_file create_file_perms; 8 allow system qmux_radio_socket:dir rw_dir_perms; 9