Suppress avc error log on debugfs's usb folder.
The XHCI driver in kernel will write debugging information to DebugFS on some USB host operations (for example: plugging in a USB headphone). We are not using those information right now. Bug: 305880925 Bug: 311088739 Test: No error when plugging a USB headphone in. Change-Id: I3b53a3924a1fb3f2a37b0d8a1ae9df037cbc1dd2
This commit is contained in:
parent
2bd12254f4
commit
a2847d4475
2 changed files with 1 additions and 1 deletions
|
@ -4,4 +4,3 @@ hal_power_default hal_power_default capability b/237492146
|
|||
incidentd debugfs_wakeup_sources file b/282626428
|
||||
incidentd incidentd anon_inode b/282626428
|
||||
kernel vendor_charger_debugfs dir b/307863370
|
||||
kernel vendor_usb_debugfs dir b/305880925
|
||||
|
|
|
@ -12,3 +12,4 @@ dontaudit kernel vendor_battery_debugfs:dir search;
|
|||
dontaudit kernel vendor_maxfg_debugfs:dir { search };
|
||||
dontaudit kernel vendor_regmap_debugfs:dir search;
|
||||
dontaudit kernel vendor_votable_debugfs:dir search;
|
||||
dontaudit kernel vendor_usb_debugfs:dir search;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue