diff --git a/public/property.te b/public/property.te
index f5ca4d863e5f304733726eb5afa589469d031ccf..5c34264111548e09fc9125e6cc3da718e3b40222 100644
--- a/public/property.te
+++ b/public/property.te
@@ -183,10 +183,19 @@ compatible_property_only(`
     exported3_default_prop
     exported3_system_prop
     -debug_prop
-    -fingerprint_prop
     -logd_prop
     -nfc_prop
     -powerctl_prop
     -radio_prop
   }:file no_rw_file_perms;
+
+  neverallow {
+    domain
+    -coredomain
+    -appdomain
+    -rild
+    -vendor_init
+  } {
+    radio_prop
+  }:file no_rw_file_perms;
 ')