dont audit since it's debugfs Bug: 228181404 Test: boot without avc denial Signed-off-by: chungkai <chungkai@google.com> Change-Id: I8c9922d71cef6eaef7d95ad2abdbeac912490ca7
12 lines
396 B
Text
12 lines
396 B
Text
allow kernel vendor_fw_file:dir search;
|
|
allow kernel vendor_fw_file:file r_file_perms;
|
|
|
|
# ZRam
|
|
allow kernel per_boot_file:file r_file_perms;
|
|
|
|
# memlat needs permision to create/delete perf events when hotplug on/off
|
|
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 };
|