1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

fix code comment

Signed-off-by: Jessica Frazelle <acidburn@docker.com>
This commit is contained in:
Jessica Frazelle 2015-12-28 21:55:43 -08:00
parent 78ce43bad8
commit b4c14a0bb8
No known key found for this signature in database
GPG key ID: 18F3685C0022BFF3

View file

@ -235,7 +235,8 @@ var defaultSeccompProfile = &configs.Seccomp{
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",
Action: configs.Errno,
Args: []*configs.Arg{},