Version and update verdict kernel functions

This commit is contained in:
Vladimir
2022-11-04 11:21:53 +01:00
parent 9bc2da90a8
commit ad8bb2059d
5 changed files with 115 additions and 3 deletions

View File

@@ -177,7 +177,9 @@ func interceptionStart() error {
interceptionModule.StartWorker("stat logger", statLogger)
interceptionModule.StartWorker("packet handler", packetHandler)
return interception.Start()
err := interception.Start()
return err
}
func interceptionStop() error {