Merge "Fix denials seen during user bugreports."

am: 3f810d570a

Change-Id: Ic1eeb8c1f5bd7e17e552a024af8a1120055c3ea9
This commit is contained in:
Joel Galenson
2019-02-11 12:49:36 -08:00
committed by android-build-merger
2 changed files with 2 additions and 2 deletions

View File

@@ -14,4 +14,5 @@ userdebug_or_eng(`
allow dumpstate sysfs_scsi_devices_0000:file r_file_perms;
allow dumpstate sysfs_scsi_devices_other:file r_file_perms;
allow dumpstate sysfs_devices_block:file r_file_perms;
dontaudit dumpstate persist_file:dir r_dir_perms;
dontaudit dumpstate kernel:system module_request;

View File

@@ -17,8 +17,6 @@ userdebug_or_eng(`
allow hal_dumpstate_impl netmgr_data_file:dir r_dir_perms;
allow hal_dumpstate_impl radio_vendor_data_file:file r_file_perms;
allow hal_dumpstate_impl netmgr_data_file:file r_file_perms;
allow hal_dumpstate_impl debugfs_ipc:dir r_dir_perms;
allow hal_dumpstate_impl debugfs_ipc:file r_file_perms;
allow hal_dumpstate_impl debugfs_tzdbg:dir search;
allow hal_dumpstate_impl debugfs_tzdbg:file r_file_perms;
allow hal_dumpstate_impl sysfs_usb_device:dir r_dir_perms;
@@ -45,6 +43,7 @@ allow hal_dumpstate_impl debugfs_wlan:dir r_dir_perms;
allow hal_dumpstate_impl debugfs_wlan:file r_file_perms;
allow hal_dumpstate_impl debugfs_icnss:dir r_dir_perms;
allow hal_dumpstate_impl debugfs_icnss:file r_file_perms;
allow hal_dumpstate_impl debugfs_ipc:dir r_dir_perms;
allow hal_dumpstate_impl debugfs_ipc:file r_file_perms;
allow hal_dumpstate_impl proc_stat:file r_file_perms;
allow hal_dumpstate_impl debugfs_ufs:dir r_dir_perms;