Bullhead SE policy: Allow rild to access radio data file

This rule is moved from system public policy to vendor policy

Test: Verified radio works fine and no denials

Bug: 36740743
Change-Id: I2baefddf49194bb5b099e56d7b37623b99b6078f
diff --git a/sepolicy/rild.te b/sepolicy/rild.te
index 0d4f32f..14d1257 100644
--- a/sepolicy/rild.te
+++ b/sepolicy/rild.te
@@ -27,6 +27,10 @@
 # rild reads qcril.db linked to /system/etc/qcril.db
 allow rild radio_data_file:lnk_file read;
 
+# allow rild to access radio data file
+allow rild radio_data_file:dir rw_dir_perms;
+allow rild radio_data_file:file create_file_perms;
+
 userdebug_or_eng(`
   allow rild ssr_device:chr_file { open read };