Home | History | Annotate | Download | only in sepolicy
      1 # connect to the UART
      2 allow hal_bluetooth wcnss_filter:unix_stream_socket connectto;
      3 
      4 # wc_transport.start_hci and friends
      5 set_prop(hal_bluetooth, wc_prop)
      6 
      7 # talk to system_server to set priority
      8 allow hal_bluetooth fwk_scheduler_hwservice:hwservice_manager find;
      9 allow hal_bluetooth system_server:binder call;
     10