Remove usb obsolete denials

Bug: 261651009
Change-Id: I59f376d504e82e39feef1d96bfe3ec636dcf6ca0
This commit is contained in:
Wilson Sung 2023-02-08 00:14:18 +08:00
parent 5f48d4f516
commit 65575203b2

View file

@ -9,11 +9,6 @@ dontaudit system_server euiccpixel_app:process { setsched };
# b/261519050
dontaudit system_server con_monitor_app:binder { call };
dontaudit system_server con_monitor_app:binder { transfer };
# b/261651009
dontaudit system_server hal_usb_gadget_impl:binder { call };
dontaudit system_server hal_usb_gadget_impl:binder { transfer };
dontaudit system_server hal_usb_impl:binder { call };
dontaudit system_server hal_usb_impl:binder { transfer };
# b/262455682
dontaudit system_server con_monitor_app:process { setsched };
# b/264489786