summaryrefslogtreecommitdiff
path: root/sepolicy/bridge.te
blob: 7a76866d84b8e825dd13d3c2e1ee2b3f67006a5a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Bridge Manager (radio process)
type bridge, domain, domain_deprecated;
type bridge_exec, exec_type, file_type;

# Started by init
init_daemon_domain(bridge)

# Uevent for usb connection
allow bridge self:netlink_kobject_uevent_socket { create bind read };

# Talk to qmuxd (qmux_radio)
qmux_socket(bridge)

# Alert the RmNet SMD & SDIO function driver of the correct transport.
# (/sys/class/android_usb/f_rmnet_smd_sdio/transport)
allow bridge sysfs_rmnet:file { open read write getattr };