Add SCMP_ACT_LOG as a valid Seccomp action (#1951)

Signed-off-by: blacktop <blacktop@users.noreply.github.com>
This commit is contained in:
blacktop
2019-09-26 11:03:03 -04:00
committed by Michael Crosby
parent 3e425f80a8
commit 84373aaa56
3 changed files with 5 additions and 0 deletions
+1
View File
@@ -44,6 +44,7 @@ const (
Trap
Allow
Trace
Log
)
// Operator is a comparison operator to be used when matching syscall arguments in Seccomp