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

This commit is contained in:
TreeHugger Robot
2018-04-24 19:35:39 +00:00
committed by Android (Google) Code Review

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;