crosshatch-sepolicy: add uevent permissions for wlc hal

Bug: 141026436
Test: check for no access denials
Change-Id: I8250c1681604cb70b6ecad156e91cbfe719a44ab
Signed-off-by: Wilson Chan <wtchan@google.com>
(cherry picked from commit 4ee294afce383b429cae834dede231b3f7c4e937)
Merged-In: I8250c1681604cb70b6ecad156e91cbfe719a44ab
diff --git a/vendor/qcom/common/hal_wlc.te b/vendor/qcom/common/hal_wlc.te
index 6765388..dabcf87 100644
--- a/vendor/qcom/common/hal_wlc.te
+++ b/vendor/qcom/common/hal_wlc.te
@@ -13,3 +13,5 @@
 # Allow access to /sys/devices/platform/soc/a88000.i2c/i2c-0/0-0061
 r_dir_file(hal_wlc, sysfs_wlc)
 allow hal_wlc sysfs_wlc:file rw_file_perms;
+
+allow hal_wlc self:netlink_kobject_uevent_socket create_socket_perms_no_ioctl;