Merge "Handle radio diag-related denials." into pi-dev

am: 09e056efe1

Change-Id: I08b4dc6daa975547d2f1a371eef8f7840b1e10b4
This commit is contained in:
Joel Galenson
2018-04-24 12:44:59 -07:00
committed by android-build-merger

View File

@@ -27,8 +27,10 @@ binder_call(radio, hal_imsrtp)
userdebug_or_eng(`
allow radio diag_device:chr_file rw_file_perms;
r_dir_file(radio, sysfs_diag)
')
dontaudit radio diag_device:chr_file rw_file_perms;
dontaudit radio sysfs_diag:dir search;
# read /proc/cmdline
allow radio proc_cmdline:file r_file_perms;