Versions in this module Expand all Collapse all v1 v1.2.4 Sep 24, 2021 v1.2.3 Sep 24, 2021 Changes in this version + const ALL_EVENT_ORIGINS + const ALL_EVENT_TYPES + const EVENT_CONTAINER_ORIGIN + const EVENT_HOST_ORIGIN + type Engine struct + func NewEngine(sigs []types.Signature, sources EventSources, output chan types.Finding, ...) (*Engine, error) + func (engine *Engine) GetSelectedEvents() []types.SignatureEventSelector + func (engine *Engine) LoadSignature(signature types.Signature) (string, error) + func (engine *Engine) Start(done chan bool) + func (engine *Engine) UnloadSignature(signatureId string) error + type EventSources struct + Tracee chan types.Event + type ParsedEvent struct + Event tracee.Event + Value ast.Value + func ToParsedEvent(e tracee.Event) (ParsedEvent, error) Other modules containing this package github.com/grantseltzer/tracee/tracee-rules