Home | History | Annotate | Download | only in sepolicy
      1 # Bridge Manager (radio process)
      2 type bridge, domain;
      3 type bridge_exec, exec_type, file_type;
      4 
      5 # Started by init
      6 init_daemon_domain(bridge)
      7 
      8 # Uevent for usb connection
      9 allow bridge self:netlink_kobject_uevent_socket { create bind read };
     10 
     11 # Talk to qmuxd (qmux_radio)
     12 qmux_socket(bridge)
     13 
     14 # Alert the RmNet SMD & SDIO function driver of the correct transport.
     15 # (/sys/class/android_usb/f_rmnet_smd_sdio/transport)
     16 allow bridge sysfs_rmnet:file { open read write getattr };
     17