aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/subsystem/match.go
Commit message (Collapse)AuthorAgeFilesLines
* pkg/subsystem: fix a bug in PathMatcherAleksandr Nogikh2025-02-141-3/+5
| | | | | | It used to be the case that, if a subsystem matches several rule conditions, it could be returned several times. This has led to incorrect parent inference results.
* pkg/subsystem: restructure the packageAleksandr Nogikh2023-02-101-0/+73
Remove the entity and match subpackages. Regenerate the linux.go file.