Snap for 11607654 from 9ddb9bab3d to mainline-tzdata6-release

Change-Id: Ib77a4dc6ec7bb6f74abaa73514d70bcf305c13d4
This commit is contained in:
Android Build Coastguard Worker 2024-03-21 12:27:15 +00:00
commit 94d1ff80fc

View file

@ -8,7 +8,11 @@ allow kernel per_boot_file:file r_file_perms;
allow kernel self:capability2 perfmon;
allow kernel self:perf_event cpu;
dontaudit kernel vendor_battery_debugfs:dir search;
dontaudit kernel vendor_maxfg_debugfs:dir { search };
dontaudit kernel vendor_votable_debugfs:dir { search };
dontaudit kernel vendor_usb_debugfs:dir search;
userdebug_or_eng(`
allow kernel vendor_battery_debugfs:dir search;
allow kernel vendor_regmap_debugfs:dir search;
allow kernel vendor_usb_debugfs:dir search;
allow kernel vendor_votable_debugfs:dir search;
allow kernel vendor_charger_debugfs:dir search;
allow kernel vendor_maxfg_debugfs:dir search;
')