diff --git a/property_contexts b/property_contexts
index 320179c6088903fc277fd6ff696b3d0efa8cf335..dc87c9bf8dc4e57ac7edd1a71f0c33a716259c21 100644
--- a/property_contexts
+++ b/property_contexts
@@ -7,17 +7,13 @@ net.gprs                u:object_r:radio_prop:s0
 net.ppp                 u:object_r:radio_prop:s0
 net.qmi                 u:object_r:radio_prop:s0
 net.lte                 u:object_r:radio_prop:s0
+net.cdma                u:object_r:radio_prop:s0
+gsm.                    u:object_r:radio_prop:s0
 persist.radio           u:object_r:radio_prop:s0
 net.dns                 u:object_r:radio_prop:s0
 sys.usb.config          u:object_r:radio_prop:s0
-gsm.current.phone-type  u:object_r:radio_prop:s0
-gsm.sim.                u:object_r:radio_prop:s0
-gsm.operator.           u:object_r:radio_prop:s0
-gsm.version.baseband    u:object_r:radio_prop:s0
 
 ril.                    u:object_r:rild_prop:s0
-gsm.                    u:object_r:rild_prop:s0
-net.cdma                u:object_r:rild_prop:s0
 
 net.                    u:object_r:system_prop:s0
 dev.                    u:object_r:system_prop:s0
diff --git a/rild.te b/rild.te
index 684bc1d3b4d48c445fcc04a194cb5acb3e9b9b79..a0a4a374a09bd3118787f76299f72617446d2540 100644
--- a/rild.te
+++ b/rild.te
@@ -23,3 +23,4 @@ allow rild sysfs:file rw_file_perms;
 
 # property service
 allow rild rild_prop:property_service set;
+allow rild radio_prop:property_service set;
diff --git a/system.te b/system.te
index 58e4f4748d9d9ec241a9e01f7fc7a7a7e097892b..6466e9664277b8ed60da82e7fa91f265f1662bb6 100644
--- a/system.te
+++ b/system.te
@@ -148,6 +148,7 @@ allow system wallpaper_file:file r_file_perms;
 
 # Property Service write
 allow system system_prop:property_service set;
+allow system radio_prop:property_service set;
 
 # ctl interface
 allow system ctl_default_prop:property_service set;