summaryrefslogtreecommitdiffstats
path: root/common/netd.te
diff options
context:
space:
mode:
Diffstat (limited to 'common/netd.te')
-rw-r--r--common/netd.te2
1 files changed, 2 insertions, 0 deletions
diff --git a/common/netd.te b/common/netd.te
index a5e70fa9..124178ad 100644
--- a/common/netd.te
+++ b/common/netd.te
@@ -1,6 +1,8 @@
#Policies for IPv6 tethering
allow netd netd:capability { setgid setuid };
allow netd netd:packet_socket { create bind setopt read ioctl };
+allow netd wfd_app:fd use;
+allow netd wfd_app:tcp_socket { read write setopt getopt };
dontaudit netd self:capability sys_module;