Skip to content

Commit

Permalink
Merge pull request #714 from q384566678/seccomp-commits
Browse files Browse the repository at this point in the history
remove comment
  • Loading branch information
crosbymichael authored Mar 10, 2017
2 parents 71afb41 + 90427c9 commit 6bfef10
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
3 changes: 1 addition & 2 deletions config-linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -549,8 +549,7 @@ Operator Constants:
"getcwd",
"chmod"
],
"action": "SCMP_ACT_ERRNO",
"comment": "stop exploit x"
"action": "SCMP_ACT_ERRNO"
}
]
}
Expand Down
3 changes: 1 addition & 2 deletions config.md
Original file line number Diff line number Diff line change
Expand Up @@ -766,8 +766,7 @@ Here is a full example `config.json` for reference.
"getcwd",
"chmod"
],
"action": "SCMP_ACT_ERRNO",
"comment": "stop exploit x"
"action": "SCMP_ACT_ERRNO"
}
]
},
Expand Down
1 change: 0 additions & 1 deletion specs-go/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -549,5 +549,4 @@ type LinuxSyscall struct {
Names []string `json:"names"`
Action LinuxSeccompAction `json:"action"`
Args []LinuxSeccompArg `json:"args"`
Comment string `json:"comment"`
}

0 comments on commit 6bfef10

Please sign in to comment.