Merge "goldfish: fix radio selinux violation"
diff --git a/sepolicy/common/radio.te b/sepolicy/common/radio.te
index 742d3b2..38faf6f 100644
--- a/sepolicy/common/radio.te
+++ b/sepolicy/common/radio.te
@@ -1,3 +1,4 @@
 # Allow the radio to read these properties, they only have an SELinux label in
 # the emulator.
 get_prop(radio, net_eth0_prop);
+allow radio net_radio0_prop:file { getattr read open map };