Closed
Description
The goal of this task is to efficiently filter relevant data in the kernel, reducing overhead in user-space processing. This first phase lays the groundwork for in-kernel data filtering by creating the initial function to match string-based filters (exact, prefix, suffix) for security_file_open
, magic_write
, and security_mmap_file
events.