mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-12-04 05:37:08 +00:00
libcontainer bump
This commit is contained in:
4
Godeps/_workspace/src/github.com/docker/libcontainer/process.go
generated
vendored
4
Godeps/_workspace/src/github.com/docker/libcontainer/process.go
generated
vendored
@@ -23,7 +23,7 @@ type Process struct {
|
||||
Env []string
|
||||
|
||||
// User will set the uid and gid of the executing process running inside the container
|
||||
// local to the contaienr's user and group configuration.
|
||||
// local to the container's user and group configuration.
|
||||
User string
|
||||
|
||||
// Cwd will change the processes current working directory inside the container's rootfs.
|
||||
@@ -45,7 +45,7 @@ type Process struct {
|
||||
consolePath string
|
||||
|
||||
// Capabilities specify the capabilities to keep when executing the process inside the container
|
||||
// All capbilities not specified will be dropped from the processes capability mask
|
||||
// All capabilities not specified will be dropped from the processes capability mask
|
||||
Capabilities []string
|
||||
|
||||
ops processOperations
|
||||
|
||||
Reference in New Issue
Block a user