avc: denied { search } for comm="kworker/6:2" name="google_battery" dev="debugfs" ino=32648 scontext=u:r:kernel:s0 tcontext=u:object_r:vendor_battery_debugfs:s0 tclass=dir permissive=1 Bug:200739262 Test: Check bugreport Change-Id: I50a96bab88f564fef0eda9a23bb77dc6ffed357f Signed-off-by: Ted Lin <tedlin@google.com>
11 lines
342 B
Text
11 lines
342 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;
|