Import docker.io_1.3.3~dfsg1.orig-libcontainer.tar.gz
authorTianon Gravi <admwiggin@gmail.com>
Fri, 19 Dec 2014 04:54:12 +0000 (04:54 +0000)
committerTianon Gravi <admwiggin@gmail.com>
Fri, 19 Dec 2014 04:54:12 +0000 (04:54 +0000)
commit1c04b0bbb7c76ef25dda4f9d8fe35e2aabb8874b
tree014c119f5b2602beac076b1d0b6ceb6ab29cff3a
Import docker.io_1.3.3~dfsg1.orig-libcontainer.tar.gz

[dgit import orig docker.io_1.3.3~dfsg1.orig-libcontainer.tar.gz]
130 files changed:
.travis.yml [new file with mode: 0644]
CONTRIBUTORS_GUIDE.md [new file with mode: 0644]
Dockerfile [new file with mode: 0644]
LICENSE [new file with mode: 0644]
MAINTAINERS [new file with mode: 0644]
MAINTAINERS_GUIDE.md [new file with mode: 0644]
Makefile [new file with mode: 0644]
NOTICE [new file with mode: 0644]
PRINCIPLES.md [new file with mode: 0644]
README.md [new file with mode: 0644]
ROADMAP.md [new file with mode: 0644]
api_temp.go [new file with mode: 0644]
apparmor/apparmor.go [new file with mode: 0644]
apparmor/apparmor_disabled.go [new file with mode: 0644]
apparmor/gen.go [new file with mode: 0644]
apparmor/setup.go [new file with mode: 0644]
cgroups/cgroups.go [new file with mode: 0644]
cgroups/cgroups_test.go [new file with mode: 0644]
cgroups/cgutil/cgutil.go [new file with mode: 0644]
cgroups/cgutil/sample_cgroup.json [new file with mode: 0644]
cgroups/fs/apply_raw.go [new file with mode: 0644]
cgroups/fs/blkio.go [new file with mode: 0644]
cgroups/fs/blkio_test.go [new file with mode: 0644]
cgroups/fs/cpu.go [new file with mode: 0644]
cgroups/fs/cpu_test.go [new file with mode: 0644]
cgroups/fs/cpuacct.go [new file with mode: 0644]
cgroups/fs/cpuset.go [new file with mode: 0644]
cgroups/fs/devices.go [new file with mode: 0644]
cgroups/fs/freezer.go [new file with mode: 0644]
cgroups/fs/memory.go [new file with mode: 0644]
cgroups/fs/memory_test.go [new file with mode: 0644]
cgroups/fs/notify_linux.go [new file with mode: 0644]
cgroups/fs/notify_linux_test.go [new file with mode: 0644]
cgroups/fs/perf_event.go [new file with mode: 0644]
cgroups/fs/stats_util_test.go [new file with mode: 0644]
cgroups/fs/util_test.go [new file with mode: 0644]
cgroups/fs/utils.go [new file with mode: 0644]
cgroups/fs/utils_test.go [new file with mode: 0644]
cgroups/stats.go [new file with mode: 0644]
cgroups/systemd/apply_nosystemd.go [new file with mode: 0644]
cgroups/systemd/apply_systemd.go [new file with mode: 0644]
cgroups/utils.go [new file with mode: 0644]
config.go [new file with mode: 0644]
config_test.go [new file with mode: 0644]
console/console.go [new file with mode: 0644]
container.go [new file with mode: 0644]
devices/defaults.go [new file with mode: 0644]
devices/devices.go [new file with mode: 0644]
devices/devices_test.go [new file with mode: 0644]
devices/number.go [new file with mode: 0644]
error.go [new file with mode: 0644]
factory.go [new file with mode: 0644]
label/label.go [new file with mode: 0644]
label/label_selinux.go [new file with mode: 0644]
label/label_selinux_test.go [new file with mode: 0644]
mount/init.go [new file with mode: 0644]
mount/mount.go [new file with mode: 0644]
mount/mount_config.go [new file with mode: 0644]
mount/msmoveroot.go [new file with mode: 0644]
mount/nodes/nodes.go [new file with mode: 0644]
mount/nodes/nodes_unsupported.go [new file with mode: 0644]
mount/pivotroot.go [new file with mode: 0644]
mount/ptmx.go [new file with mode: 0644]
mount/readonly.go [new file with mode: 0644]
mount/remount.go [new file with mode: 0644]
namespaces/create.go [new file with mode: 0644]
namespaces/exec.go [new file with mode: 0644]
namespaces/execin.go [new file with mode: 0644]
namespaces/init.go [new file with mode: 0644]
namespaces/nsenter/README.md [new file with mode: 0644]
namespaces/nsenter/nsenter.c [new file with mode: 0644]
namespaces/nsenter/nsenter.go [new file with mode: 0644]
namespaces/nsenter/nsenter_unsupported.go [new file with mode: 0644]
namespaces/types.go [new file with mode: 0644]
namespaces/types_linux.go [new file with mode: 0644]
namespaces/types_test.go [new file with mode: 0644]
netlink/MAINTAINERS [new file with mode: 0644]
netlink/netlink.go [new file with mode: 0644]
netlink/netlink_linux.go [new file with mode: 0644]
netlink/netlink_linux_arm.go [new file with mode: 0644]
netlink/netlink_linux_notarm.go [new file with mode: 0644]
netlink/netlink_linux_test.go [new file with mode: 0644]
netlink/netlink_unsupported.go [new file with mode: 0644]
network/loopback.go [new file with mode: 0644]
network/netns.go [new file with mode: 0644]
network/network.go [new file with mode: 0644]
network/stats.go [new file with mode: 0644]
network/strategy.go [new file with mode: 0644]
network/types.go [new file with mode: 0644]
network/veth.go [new file with mode: 0644]
network/veth_test.go [new file with mode: 0644]
nsinit/config.go [new file with mode: 0644]
nsinit/exec.go [new file with mode: 0644]
nsinit/init.go [new file with mode: 0644]
nsinit/main.go [new file with mode: 0644]
nsinit/nsenter.go [new file with mode: 0644]
nsinit/pause.go [new file with mode: 0644]
nsinit/stats.go [new file with mode: 0644]
nsinit/utils.go [new file with mode: 0644]
process.go [new file with mode: 0644]
sample_configs/README.md [new file with mode: 0644]
sample_configs/apparmor.json [new file with mode: 0644]
sample_configs/attach_to_bridge.json [new file with mode: 0644]
sample_configs/minimal.json [new file with mode: 0644]
sample_configs/selinux.json [new file with mode: 0644]
security/capabilities/capabilities.go [new file with mode: 0644]
security/capabilities/types.go [new file with mode: 0644]
security/capabilities/types_test.go [new file with mode: 0644]
security/restrict/restrict.go [new file with mode: 0644]
security/restrict/unsupported.go [new file with mode: 0644]
selinux/selinux.go [new file with mode: 0644]
selinux/selinux_test.go [new file with mode: 0644]
state.go [new file with mode: 0644]
syncpipe/sync_pipe.go [new file with mode: 0644]
syncpipe/sync_pipe_linux.go [new file with mode: 0644]
syncpipe/sync_pipe_test.go [new file with mode: 0644]
system/linux.go [new file with mode: 0644]
system/proc.go [new file with mode: 0644]
system/setns_linux.go [new file with mode: 0644]
system/sysconfig.go [new file with mode: 0644]
system/sysconfig_notcgo.go [new file with mode: 0644]
system/xattrs_linux.go [new file with mode: 0644]
types.go [new file with mode: 0644]
update-vendor.sh [new file with mode: 0755]
user/MAINTAINERS [new file with mode: 0644]
user/user.go [new file with mode: 0644]
user/user_test.go [new file with mode: 0644]
utils/utils.go [new file with mode: 0644]
xattr/xattr.go [new file with mode: 0644]
xattr/xattr_test.go [new file with mode: 0644]