Supress kernel avc log before SELinux initialized

Fix: 305600863
Change-Id: I795c7cd3b1df318a9164d0e3ec15d2930ecd7e21
This commit is contained in:
Wilson Sung 2023-10-17 04:02:26 +00:00
parent 4320e842e1
commit f4bf916b05
2 changed files with 4 additions and 2 deletions

View file

@ -1,4 +1,3 @@
kernel vendor_usb_debugfs dir b/305600863
kernel vendor_votable_debugfs dir b/305600863
platform_app system_data_file dir b/289358324
shell sysfs_touch dir b/264823366

3
vendor/kernel.te vendored Normal file
View file

@ -0,0 +1,3 @@
dontaudit kernel vendor_usb_debugfs:dir search;
dontaudit kernel vendor_votable_debugfs:dir search;