lxc / go-lxc

Go bindings for liblxc
https://linuxcontainers.org/lxc
Other
430 stars 76 forks source link

api: make InitPidFd() and SeccompNotifyFd() return os.File and error #137

Closed brauner closed 4 years ago

brauner commented 4 years ago

Make it return os.File so callers can simply call defer f.Close(). Callers only wanting the fd can simply call f.Fd(), so no real downsides.

Signed-off-by: Christian Brauner christian.brauner@ubuntu.com