klte-common: sepolicy: allow rild to read a lnk_file

* Needed because our blobs hardcode the old telephony path and we
  have to symlink to the new location

Change-Id: I12d25feb21af4e542e88c3b582390ae5930231bd
This commit is contained in:
Kevin F. Haggerty 2016-10-20 17:02:24 -06:00 committed by Kevin Haggerty
parent 6f42462650
commit 7d1c078f38
1 changed files with 1 additions and 0 deletions

View File

@ -1,3 +1,4 @@
allow rild proc_net:file rw_file_perms;
allow rild self:capability dac_override;
allow rild sysfs_sec:file rw_file_perms;
allow rild radio_data_file:lnk_file read;