Add first tag handlers for svchost, app image, net

This commit is contained in:
Daniel
2022-10-03 22:12:04 +02:00
parent d60329e130
commit fd0ce5732d
8 changed files with 259 additions and 35 deletions

View File

@@ -14,6 +14,7 @@ import (
"github.com/safing/portmaster/network/netutils"
"github.com/safing/portmaster/network/packet"
"github.com/safing/portmaster/process"
_ "github.com/safing/portmaster/process/tags"
"github.com/safing/portmaster/resolver"
"github.com/safing/spn/navigator"
)