mirror of
https://github.com/Evolution-X-Devices/device_google_zuma
synced 2026-02-01 07:40:34 +00:00
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: 311088739 Test: No error when plugging a USB headphone in. Change-Id: I3a8e2290e97967c02453eadff440d8bbeefa31b1
This commit is contained in:
1
vendor/kernel.te
vendored
1
vendor/kernel.te
vendored
@@ -20,6 +20,7 @@ dontaudit kernel system_dlkm_file:dir getattr;
|
||||
dontaudit kernel vendor_battery_debugfs:dir search;
|
||||
dontaudit kernel vendor_charger_debugfs:dir search;
|
||||
dontaudit kernel vendor_votable_debugfs:dir search;
|
||||
dontaudit kernel vendor_usb_debugfs:dir search;
|
||||
|
||||
allow kernel vendor_regmap_debugfs:dir search;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user