1# Bridge Manager (radio process)
2type bridge, domain;
3type bridge_exec, exec_type, file_type;
4
5# Started by init
6init_daemon_domain(bridge)
7
8# Uevent for usb connection
9allow bridge self:netlink_kobject_uevent_socket { create bind read };
10
11# Talk to qmuxd (qmux_radio)
12qmux_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)
16allow bridge sysfs_rmnet:file { open read write getattr };