[StatsD IoUring] Allow StatsD to use IoUring in SEPolicy

This is needed as part of the project of adopting io_uring in StatsD

Bug: b/373680906
Change-Id: I0e7701d8943c112a735b539aea9d1927d3abd954
diff --git a/private/statsd.te b/private/statsd.te
index 8b77c1e..3db5c60 100644
--- a/private/statsd.te
+++ b/private/statsd.te
@@ -41,6 +41,10 @@
 
 # Allow statsd to trigger uprobestats via property.
 set_prop(statsd, uprobestats_start_with_config_prop);
+
+# Allow statsd to use io_uring
+io_uring_use(statsd)
+
 # Allow statsd to start the uprobestats service.
 set_prop(statsd, ctl_uprobestats_prop)
 binder_use(statsd)