Index: refpolicy-2.20230803/policy/modules/services/iiosensorproxy.fc
===================================================================
--- /dev/null
+++ refpolicy-2.20230803/policy/modules/services/iiosensorproxy.fc
@@ -0,0 +1 @@
+/usr/libexec/iio-sensor-proxy	--	gen_context(system_u:object_r:iiosensorproxy_exec_t,s0)
Index: refpolicy-2.20230803/policy/modules/services/iiosensorproxy.te
===================================================================
--- /dev/null
+++ refpolicy-2.20230803/policy/modules/services/iiosensorproxy.te
@@ -0,0 +1,55 @@
+policy_module(iiosensorproxy)
+
+########################################
+#
+# iio-sensor-proxy (Debian package iio-sensor-proxy)
+# IIO sensors to D-Bus proxy
+# Industrial I/O subsystem is intended to provide support for devices
+# that in some sense are analog to digital or digital to analog convertors
+# .
+# Devices that fall into this category are:
+#  * ADCs
+#  * Accelerometers
+#  * Gyros
+#  * IMUs
+#  * Capacitance to Digital Converters (CDCs)
+#  * Pressure Sensors
+#  * Color, Light and Proximity Sensors
+#  * Temperature Sensors
+#  * Magnetometers
+#  * DACs
+#  * DDS (Direct Digital Synthesis)
+#  * PLLs (Phase Locked Loops)
+#  * Variable/Programmable Gain Amplifiers (VGA, PGA)
+
+########################################
+#
+# Declarations
+#
+
+type iiosensorproxy_t;
+type iiosensorproxy_exec_t;
+init_daemon_domain(iiosensorproxy_t, iiosensorproxy_exec_t)
+
+allow iiosensorproxy_t self:netlink_kobject_uevent_socket { bind create getattr setopt read };
+allow iiosensorproxy_t self:process { getsched setsched };
+allow iiosensorproxy_t self:unix_dgram_socket { create write };
+
+kernel_read_system_state(iiosensorproxy_t)
+
+# for /sys/bus/iio/devices
+dev_read_sysfs(iiosensorproxy_t)
+
+dbus_system_bus_client(iiosensorproxy_t)
+dbus_connect_system_bus(iiosensorproxy_t)
+
+logging_send_syslog_msg(iiosensorproxy_t)
+
+miscfiles_read_localization(iiosensorproxy_t)
+
+udev_read_runtime_files(iiosensorproxy_t)
+unconfined_dbus_send(iiosensorproxy_t)
+
+optional_policy(`
+	policykit_dbus_chat(iiosensorproxy_t)
+')
Index: refpolicy-2.20230803/policy/modules/services/iiosensorproxy.if
===================================================================
--- /dev/null
+++ refpolicy-2.20230803/policy/modules/services/iiosensorproxy.if
@@ -0,0 +1,21 @@
+## <summary>IIO sensors to D-Bus proxy</summary>
+##
+## <desc>
+## Industrial I/O subsystem is intended to provide support for devices
+## that in some sense are analog to digital or digital to analog convertors
+## .
+## Devices that fall into this category are:
+##  * ADCs
+##  * Accelerometers
+##  * Gyros
+##  * IMUs
+##  * Capacitance to Digital Converters (CDCs)
+##  * Pressure Sensors
+##  * Color, Light and Proximity Sensors
+##  * Temperature Sensors
+##  * Magnetometers
+##  * DACs
+##  * DDS (Direct Digital Synthesis)
+##  * PLLs (Phase Locked Loops)
+##  * Variable/Programmable Gain Amplifiers (VGA, PGA)
+## </desc>
