aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/subsystem/entity
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/subsystem/entity')
-rw-r--r--pkg/subsystem/entity/entities.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/subsystem/entity/entities.go b/pkg/subsystem/entity/entities.go
index 3bcdf8e93..bca218ebe 100644
--- a/pkg/subsystem/entity/entities.go
+++ b/pkg/subsystem/entity/entities.go
@@ -9,6 +9,7 @@ type Subsystem struct {
Syscalls []string
Lists []string
Maintainers []string
+ Parents []*Subsystem
}
// PathRule describes the part of the directory tree belonging to a single subsystem.