sepolicy : added allow rule for netd to raise module_request
this is need for ipt_TCPMSS sort of module

Change-Id: Iea379999eff021a2b5a6268d49051661c755246e
diff --git a/common/netd.te b/common/netd.te
index 3b480ef..cfdc509 100644
--- a/common/netd.te
+++ b/common/netd.te
@@ -3,3 +3,6 @@
 allow netd netd:packet_socket { create bind setopt read ioctl };
 
 dontaudit netd self:capability sys_module;
+
+#needed for ipt_TCPMSS and ip6t_TCPMSS
+allow netd kernel:system module_request;