nougat_device_meizu_m2note/sepolicy/netd.te

10 lines
264 B
Plaintext

# Wifi
allow netd wmtWifi_device:chr_file w_file_perms;
allow netd self:capability sys_module;
# wlan0 hostap
allow netd dhcp_data_file:dir setattr;
allow netd wifi_data_file:dir { setattr create };
allow netd wifi_data_file:sock_file { setattr create unlink };