1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/pkg
Justin Cormack fa8dd90ceb Initialize nss libraries in Glibc so that the dynamic libraries are loaded in the host
environment not in the chroot from untrusted files.

See also OpenVZ a3f732ef75/src/enter.c (L227-L234)

Signed-off-by: Justin Cormack <justin.cormack@docker.com>
(cherry picked from commit cea6dca993c2b4cfa99b1e7a19ca134c8ebc236b)
Signed-off-by: Tibor Vass <tibor@docker.com>
2019-07-25 16:39:05 +00:00
..
aaparser
archive pkg/archive: keep walkRoot clean if source is / 2019-06-14 04:02:08 +00:00
authorization
broadcaster
capabilities Add more import comments 2019-04-10 16:59:33 +02:00
chrootarchive Initialize nss libraries in Glibc so that the dynamic libraries are loaded in the host 2019-07-25 16:39:05 +00:00
containerfs
devicemapper
directory
discovery
dmesg
filenotify
fileutils
fsutils
homedir
idtools Stop sorting uid and gid ranges in id maps 2019-06-05 14:46:55 +02:00
ioutils
jsonmessage
locker
longpath
loopback
mount fix parseInfoFile does not handle spaces in filenames 2019-04-02 13:09:26 +02:00
namesgenerator Add Satoshi Nakamoto to names generator 2019-04-23 10:32:53 +02:00
parsers
pidfile
platform
plugingetter
plugins
pools
progress
pubsub
reexec
signal
stdcopy
streamformatter
stringid Entropy cannot be saved 2019-06-11 17:40:09 +02:00
symlink
sysinfo
system LCOW: (Experimental) Require RS5+ builds 2019-04-18 09:43:37 -07:00
tailfile
tarsum
term
truncindex Entropy cannot be saved 2019-06-11 17:40:09 +02:00
urlutil
useragent
README.md

pkg/ is a collection of utility packages used by the Moby project without being specific to its internals.

Utility packages are kept separate from the moby core codebase to keep it as small and concise as possible. If some utilities grow larger and their APIs stabilize, they may be moved to their own repository under the Moby organization, to facilitate re-use by other projects. However that is not the priority.

The directory pkg is named after the same directory in the camlistore project. Since Brad is a core Go maintainer, we thought it made sense to copy his methods for organizing Go code :) Thanks Brad!

Because utility packages are small and neatly separated from the rest of the codebase, they are a good place to start for aspiring maintainers and contributors. Get in touch if you want to help maintain them!