mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
Remove terminal usage from runsc spec
Most usages of `runsc spec`+`runsc run` do not expect stdios to be a terminal. Updates #6619 PiperOrigin-RevId: 398288237
This commit is contained in:
committed by
gVisor bot
parent
0ed53e5e92
commit
cc095a6e4c
@@ -30,7 +30,6 @@ func writeSpec(w io.Writer, cwd string, netns string, args []string) error {
|
||||
spec := &specs.Spec{
|
||||
Version: "1.0.0",
|
||||
Process: &specs.Process{
|
||||
Terminal: true,
|
||||
User: specs.User{
|
||||
UID: 0,
|
||||
GID: 0,
|
||||
|
||||
Reference in New Issue
Block a user