containerd-shim: Refuse connection from uid/gid different from the shim process

Signed-off-by: Kenfe-Mickael Laventure <mickael.laventure@gmail.com>
This commit is contained in:
Kenfe-Mickael Laventure
2017-06-12 14:44:37 -07:00
parent 95afeb7831
commit d3e7af2c0a
3 changed files with 75 additions and 1 deletions

View File

@@ -47,7 +47,7 @@ func main() {
},
cli.StringFlag{
Name: "socket,s",
Usage: "abstract socket path to server on",
Usage: "abstract socket path to serve on",
},
}
app.Before = func(context *cli.Context) error {