mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-11 06:03:57 +08:00
f88a6a6bc5
This will be used for a few security patches in later patches in this patchset. The need to verify what kind of inode we are operating on in a race-free way turns out to be quite a common pattern... Signed-off-by: Aleksa Sarai <cyphar@cyphar.com>
6 lines
317 B
Go
6 lines
317 B
Go
// Package sys is an internal package that contains helper methods for dealing
|
|
// with Linux that are more complicated than basic wrappers. Basic wrappers
|
|
// usually belong in internal/linux. If you feel something belongs in
|
|
// libcontainer/utils or libcontainer/system, it probably belongs here instead.
|
|
package sys
|