diff --git a/private/coredomain.te b/private/coredomain.te
index cf3930be2c0a20b6e1fa0583cf56e9728364406c..2fbbbfd1aab1af6659da4138e68937076d651fc8 100644
--- a/private/coredomain.te
+++ b/private/coredomain.te
@@ -105,3 +105,14 @@ full_treble_only(`
     -init
   }{ usbfs binfmt_miscfs }:file no_rw_file_perms;
 ')
+
+# Audit coredomain access to /dev nodes that might no longer be needed after
+# Treble.
+userdebug_or_eng(`
+    auditallow coredomain {
+        audio_device
+        iio_device
+        radio_device
+        tee_device
+    }:chr_file { open read append write ioctl };
+')