You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
503 B

# Allow rild to read these properties, they only have an SELinux label in the
# emulator.
get_prop(rild, vendor_net_eth0_prop);
get_prop(rild, vendor_net_radio0_prop);
# IPv6 router advertisement detection
allow rild self:packet_socket { bind create ioctl read setopt };
allowxperm rild self:packet_socket ioctl { SIOCGIFFLAGS
SIOCSIFFLAGS
SIOCGIFHWADDR };
allow rild self:vsock_socket create_socket_perms_no_ioctl;