mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Merge pull request #18951 from jfrazelle/fix-code-comment
fix code comment
This commit is contained in:
commit
eb551baf6f
1 changed files with 2 additions and 1 deletions
|
@ -235,7 +235,8 @@ var defaultSeccompProfile = &configs.Seccomp{
|
||||||
Args: []*configs.Arg{},
|
Args: []*configs.Arg{},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
// Probably a bad idea to let containers restart
|
// Probably a bad idea to let containers restart a syscall.
|
||||||
|
// Possible seccomp bypass, see: https://code.google.com/p/chromium/issues/detail?id=408827.
|
||||||
Name: "restart_syscall",
|
Name: "restart_syscall",
|
||||||
Action: configs.Errno,
|
Action: configs.Errno,
|
||||||
Args: []*configs.Arg{},
|
Args: []*configs.Arg{},
|
||||||
|
|
Loading…
Reference in a new issue