Skip to content

Commit

Permalink
KubeArmor fails to send alerts/logs for Host on specific scenario (ku…
Browse files Browse the repository at this point in the history
…bearmor#664)

Signed-off-by: Eswar Rajan Subramanian <[email protected]>
  • Loading branch information
seswarrajan authored Apr 7, 2022
1 parent e0ba982 commit 4faeb7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion KubeArmor/monitor/systemMonitor.go
Original file line number Diff line number Diff line change
Expand Up @@ -834,7 +834,7 @@ func (mon *SystemMonitor) TraceHostSyscall() {
// push the context to the channel for logging
mon.HostContextChan <- ContextCombined{ContainerID: "", ContextSys: ctx, ContextArgs: args}

case <-mon.SyscallLostChannel:
case <-mon.HostSyscallLostChannel:
continue
}
}
Expand Down

0 comments on commit 4faeb7f

Please sign in to comment.