Fix imsdatadaemon cnd_prop read avc denial

04-20 10:44:48.879  1000  1218  1218 W imsdatadaemon: type=1400
audit(0.0:8): avc: denied { read } for name="u:object_r:cnd_prop:s0"
dev="tmpfs" ino=22169 scontext=u:r:ims:s0
tcontext=u:object_r:cnd_prop:s0 tclass=file permissive=0

Bug: 154298832
Test: No avc denial log for
1. the first boot with factory reset
2. normal reboot

Change-Id: I9ab3375c8ceaca52e61570303ec34b7a736a332e
diff --git a/vendor/qcom/common/ims.te b/vendor/qcom/common/ims.te
index 871069b..740690d 100644
--- a/vendor/qcom/common/ims.te
+++ b/vendor/qcom/common/ims.te
@@ -7,6 +7,7 @@
 get_prop(ims, hwservicemanager_prop)
 set_prop(ims, ims_prop)
 set_prop(ims, ctl_vendor_imsrcsservice_prop)
+get_prop(ims, cnd_prop)
 
 unix_socket_connect(ims, netmgrd, netmgrd)