ignore avc denial since it's debugfs Bug: 271931921 Test: device-boot-health-check-extra test show passed https://android-build.googleplex.com/builds/abtd/run/L74000000960917226 Change-Id: I5f491f02c99776251cf3893de6224fb0f02cb320 Signed-off-by: Chungkai Mei <chungkai@google.com>
16 lines
466 B
Text
16 lines
466 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;
|
|
|
|
no_debugfs_restriction(`
|
|
allow kernel vendor_battery_debugfs:dir search;
|
|
')
|
|
|
|
dontaudit kernel vendor_maxfg_debugfs:dir search;
|
|
allow kernel vendor_regmap_debugfs:dir search;
|