Home | History | Annotate | Download | only in sepolicy
      1 # Allow wifi hal access to LOWI
      2 allow hal_wifi location:unix_stream_socket connectto;
      3 allow hal_wifi location_data_file:{ file fifo_file } create_file_perms;
      4 allow hal_wifi location_data_file:dir rw_dir_perms;
      5 allow hal_wifi location_data_file:sock_file create_file_perms;
      6 
      7 # Allow wifi hal to read debug info from the driver.
      8 r_dir_file(hal_wifi, proc_wifi_dbg)
      9