auditd : type=1400 audit(0.0:7): avc: denied { search } for comm="kworker/u18:1" name="regmap" dev="debugfs" ino=1049 scontext=u:r:kernel:s0 tcontext=u:object_r:vendor_regmap_debugfs:s0 tclass=dir permissive=0 Bug: 273891639 Test: builds Change-Id: I9700d34e4d8a9d96d904fe5119a8bf4601bf8ea6 Signed-off-by: Robert Lee <lerobert@google.com>
15 lines
416 B
Text
15 lines
416 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;
|
|
')
|
|
|
|
allow kernel vendor_regmap_debugfs:dir search;
|