1# Allow rild to read these properties, they only have an SELinux label in the
2# emulator.
3get_prop(rild, net_eth0_prop);
4get_prop(rild, net_radio0_prop);
5
6# IPv6 router advertisement detection
7allow rild self:packet_socket { bind create ioctl read setopt };
8allowxperm rild self:packet_socket ioctl { SIOCGIFFLAGS
9                                           SIOCSIFFLAGS
10                                           SIOCGIFHWADDR };
11