mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-11 06:03:57 +08:00
Fix minor typo in init_linux.go
Signed-off-by: Lei Jitang <leijitang@huawei.com>
This commit is contained in:
+1
-1
@@ -91,7 +91,7 @@ func populateProcessEnvironment(env []string) error {
|
||||
|
||||
// finalizeNamespace drops the caps, sets the correct user
|
||||
// and working dir, and closes any leaked file descriptors
|
||||
// before execing the command inside the namespace
|
||||
// before executing the command inside the namespace
|
||||
func finalizeNamespace(config *initConfig) error {
|
||||
// Ensure that all non-standard fds we may have accidentally
|
||||
// inherited are marked close-on-exec so they stay out of the
|
||||
|
||||
Reference in New Issue
Block a user