blob: b11c89246084934510a9a506ccbcc325055ece8c [file] [log] [blame]
Alex Klyubin1fc91722013-04-25 15:20:27 -07001# Grant GPU access to system apps (e.g., PowerManagerService)
2allow system gpu_device:chr_file rw_file_perms;
repo synce65bf8d2013-05-01 14:05:34 -07003allow system diag_device:chr_file rw_file_perms;
Alex Klyubinaae5b5e2013-05-02 09:52:30 -07004
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;