aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/subsystem/match
Commit message (Collapse)AuthorAgeFilesLines
* pkg/subsystem: restructure the packageAleksandr Nogikh2023-02-106-339/+0
| | | | | | Remove the entity and match subpackages. Regenerate the linux.go file.
* pkg/subsystem/match: add coincidence matrixAleksandr Nogikh2023-02-104-0/+212
| | | | | | | We'll need it for determining overlapping subsystems and for the inferece of parent-child relationships. Add the code to calculate a coincidence matrix from a filesystem.
* pkg/subsystem: add the path matching codeAleksandr Nogikh2023-02-102-0/+127
Additionally, optimize the matching by joining the rules without exclusion (that is, almost all MAINTAINER records).