android_device_qcom_common/sepolicy/netd.te

7 lines
211 B
Plaintext

#============= netd ==============
allow netd self:packet_socket create;
#Rules needed for IPV6 Tethering
allow netd netd:capability { setgid setuid };
allow netd netd:packet_socket { bind setopt read ioctl };