mirror of https://github.com/containers/podman.git
A new gvisor-tap-vsock has recently been released. This PR is a backport to the podman 5.5 branch (i.e. release came out after 5.5 branched but before it released). This new version, among other things, fixes a bug for gvproxy wheer if gvproxy is run with debug, it will try to create a file in `cwd`. If the user does not have permissions to create the file in `cwd`, gvproxy will quit (silently). Signed-off-by: Brent Baude <bbaude@redhat.com> |
||
|---|---|---|
| .. | ||
| CONTRIBUTING.md | ||
| LICENSE | ||
| PATENTS | ||
| README.md | ||
| codereview.cfg | ||
| term.go | ||
| term_plan9.go | ||
| term_unix.go | ||
| term_unix_bsd.go | ||
| term_unix_other.go | ||
| term_unsupported.go | ||
| term_windows.go | ||
| terminal.go | ||
README.md
Go terminal/console support
This repository provides Go terminal and console support packages.
Report Issues / Send Patches
This repository uses Gerrit for code changes. To learn how to submit changes to this repository, see https://go.dev/doc/contribute.
The git repository is https://go.googlesource.com/term.
The main issue tracker for the term repository is located at https://go.dev/issues. Prefix your issue with "x/term:" in the subject line, so it is easy to find.