summaryrefslogtreecommitdiffstats
path: root/common/wpa.te
diff options
context:
space:
mode:
Diffstat (limited to 'common/wpa.te')
-rw-r--r--common/wpa.te3
1 files changed, 3 insertions, 0 deletions
diff --git a/common/wpa.te b/common/wpa.te
index d5f775b8..15a01643 100644
--- a/common/wpa.te
+++ b/common/wpa.te
@@ -7,3 +7,6 @@ allow wpa proc_net:file write;
# allow wpa_supplicant to send back wifi information to cnd
allow wpa cnd:unix_dgram_socket sendto;
+
+# permission for wpa socket which IMS use to communicate
+allow wpa ims:unix_dgram_socket sendto;