Import runc_1.0.0~rc6+dfsg1.orig.tar.xz
authorDmitry Smirnov <onlyjob@debian.org>
Thu, 24 Jan 2019 20:55:34 +0000 (20:55 +0000)
committerDmitry Smirnov <onlyjob@debian.org>
Thu, 24 Jan 2019 20:55:34 +0000 (20:55 +0000)
commit85d24da38094071683916dc5d4b54ee9d322bd36
tree5a1162a1ddea0b33635ea7345a6718902632ca31
Import runc_1.0.0~rc6+dfsg1.orig.tar.xz

[dgit import orig runc_1.0.0~rc6+dfsg1.orig.tar.xz]
262 files changed:
.gitignore [new file with mode: 0644]
.pullapprove.yml [new file with mode: 0644]
.travis.yml [new file with mode: 0644]
CONTRIBUTING.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]
VERSION [new file with mode: 0644]
checkpoint.go [new file with mode: 0644]
contrib/cmd/recvtty/recvtty.go [new file with mode: 0644]
contrib/completions/bash/runc [new file with mode: 0644]
create.go [new file with mode: 0644]
delete.go [new file with mode: 0644]
docs/terminals.md [new file with mode: 0644]
events.go [new file with mode: 0644]
exec.go [new file with mode: 0644]
init.go [new file with mode: 0644]
kill.go [new file with mode: 0644]
libcontainer/README.md [new file with mode: 0644]
libcontainer/SPEC.md [new file with mode: 0644]
libcontainer/apparmor/apparmor.go [new file with mode: 0644]
libcontainer/apparmor/apparmor_disabled.go [new file with mode: 0644]
libcontainer/capabilities_linux.go [new file with mode: 0644]
libcontainer/cgroups/cgroups.go [new file with mode: 0644]
libcontainer/cgroups/cgroups_test.go [new file with mode: 0644]
libcontainer/cgroups/cgroups_unsupported.go [new file with mode: 0644]
libcontainer/cgroups/fs/apply_raw.go [new file with mode: 0644]
libcontainer/cgroups/fs/apply_raw_test.go [new file with mode: 0644]
libcontainer/cgroups/fs/blkio.go [new file with mode: 0644]
libcontainer/cgroups/fs/blkio_test.go [new file with mode: 0644]
libcontainer/cgroups/fs/cpu.go [new file with mode: 0644]
libcontainer/cgroups/fs/cpu_test.go [new file with mode: 0644]
libcontainer/cgroups/fs/cpuacct.go [new file with mode: 0644]
libcontainer/cgroups/fs/cpuset.go [new file with mode: 0644]
libcontainer/cgroups/fs/cpuset_test.go [new file with mode: 0644]
libcontainer/cgroups/fs/devices.go [new file with mode: 0644]
libcontainer/cgroups/fs/devices_test.go [new file with mode: 0644]
libcontainer/cgroups/fs/freezer.go [new file with mode: 0644]
libcontainer/cgroups/fs/freezer_test.go [new file with mode: 0644]
libcontainer/cgroups/fs/fs_unsupported.go [new file with mode: 0644]
libcontainer/cgroups/fs/hugetlb.go [new file with mode: 0644]
libcontainer/cgroups/fs/hugetlb_test.go [new file with mode: 0644]
libcontainer/cgroups/fs/kmem.go [new file with mode: 0644]
libcontainer/cgroups/fs/kmem_disabled.go [new file with mode: 0644]
libcontainer/cgroups/fs/memory.go [new file with mode: 0644]
libcontainer/cgroups/fs/memory_test.go [new file with mode: 0644]
libcontainer/cgroups/fs/name.go [new file with mode: 0644]
libcontainer/cgroups/fs/net_cls.go [new file with mode: 0644]
libcontainer/cgroups/fs/net_cls_test.go [new file with mode: 0644]
libcontainer/cgroups/fs/net_prio.go [new file with mode: 0644]
libcontainer/cgroups/fs/net_prio_test.go [new file with mode: 0644]
libcontainer/cgroups/fs/perf_event.go [new file with mode: 0644]
libcontainer/cgroups/fs/pids.go [new file with mode: 0644]
libcontainer/cgroups/fs/pids_test.go [new file with mode: 0644]
libcontainer/cgroups/fs/stats_util_test.go [new file with mode: 0644]
libcontainer/cgroups/fs/util_test.go [new file with mode: 0644]
libcontainer/cgroups/fs/utils.go [new file with mode: 0644]
libcontainer/cgroups/fs/utils_test.go [new file with mode: 0644]
libcontainer/cgroups/stats.go [new file with mode: 0644]
libcontainer/cgroups/systemd/apply_nosystemd.go [new file with mode: 0644]
libcontainer/cgroups/systemd/apply_systemd.go [new file with mode: 0644]
libcontainer/cgroups/utils.go [new file with mode: 0644]
libcontainer/cgroups/utils_test.go [new file with mode: 0644]
libcontainer/configs/blkio_device.go [new file with mode: 0644]
libcontainer/configs/cgroup_linux.go [new file with mode: 0644]
libcontainer/configs/cgroup_windows.go [new file with mode: 0644]
libcontainer/configs/config.go [new file with mode: 0644]
libcontainer/configs/config_linux.go [new file with mode: 0644]
libcontainer/configs/config_linux_test.go [new file with mode: 0644]
libcontainer/configs/config_test.go [new file with mode: 0644]
libcontainer/configs/config_windows_test.go [new file with mode: 0644]
libcontainer/configs/device.go [new file with mode: 0644]
libcontainer/configs/device_defaults.go [new file with mode: 0644]
libcontainer/configs/hugepage_limit.go [new file with mode: 0644]
libcontainer/configs/intelrdt.go [new file with mode: 0644]
libcontainer/configs/interface_priority_map.go [new file with mode: 0644]
libcontainer/configs/mount.go [new file with mode: 0644]
libcontainer/configs/namespaces.go [new file with mode: 0644]
libcontainer/configs/namespaces_linux.go [new file with mode: 0644]
libcontainer/configs/namespaces_syscall.go [new file with mode: 0644]
libcontainer/configs/namespaces_syscall_unsupported.go [new file with mode: 0644]
libcontainer/configs/namespaces_unsupported.go [new file with mode: 0644]
libcontainer/configs/network.go [new file with mode: 0644]
libcontainer/configs/validate/rootless.go [new file with mode: 0644]
libcontainer/configs/validate/rootless_test.go [new file with mode: 0644]
libcontainer/configs/validate/validator.go [new file with mode: 0644]
libcontainer/configs/validate/validator_test.go [new file with mode: 0644]
libcontainer/console_linux.go [new file with mode: 0644]
libcontainer/container.go [new file with mode: 0644]
libcontainer/container_linux.go [new file with mode: 0644]
libcontainer/container_linux_test.go [new file with mode: 0644]
libcontainer/criu_opts_linux.go [new file with mode: 0644]
libcontainer/criurpc/Makefile [new file with mode: 0644]
libcontainer/criurpc/criurpc.pb.go [new file with mode: 0644]
libcontainer/criurpc/criurpc.proto [new file with mode: 0644]
libcontainer/devices/devices.go [new file with mode: 0644]
libcontainer/devices/devices_test.go [new file with mode: 0644]
libcontainer/error.go [new file with mode: 0644]
libcontainer/error_test.go [new file with mode: 0644]
libcontainer/factory.go [new file with mode: 0644]
libcontainer/factory_linux.go [new file with mode: 0644]
libcontainer/factory_linux_test.go [new file with mode: 0644]
libcontainer/generic_error.go [new file with mode: 0644]
libcontainer/generic_error_test.go [new file with mode: 0644]
libcontainer/init_linux.go [new file with mode: 0644]
libcontainer/integration/checkpoint_test.go [new file with mode: 0644]
libcontainer/integration/doc.go [new file with mode: 0644]
libcontainer/integration/exec_test.go [new file with mode: 0644]
libcontainer/integration/execin_test.go [new file with mode: 0644]
libcontainer/integration/init_test.go [new file with mode: 0644]
libcontainer/integration/seccomp_test.go [new file with mode: 0644]
libcontainer/integration/template_test.go [new file with mode: 0644]
libcontainer/integration/utils_test.go [new file with mode: 0644]
libcontainer/intelrdt/intelrdt.go [new file with mode: 0644]
libcontainer/intelrdt/intelrdt_test.go [new file with mode: 0644]
libcontainer/intelrdt/stats.go [new file with mode: 0644]
libcontainer/intelrdt/util_test.go [new file with mode: 0644]
libcontainer/keys/keyctl.go [new file with mode: 0644]
libcontainer/message_linux.go [new file with mode: 0644]
libcontainer/mount/mount.go [new file with mode: 0644]
libcontainer/mount/mount_linux.go [new file with mode: 0644]
libcontainer/mount/mountinfo.go [new file with mode: 0644]
libcontainer/network_linux.go [new file with mode: 0644]
libcontainer/notify_linux.go [new file with mode: 0644]
libcontainer/notify_linux_test.go [new file with mode: 0644]
libcontainer/nsenter/README.md [new file with mode: 0644]
libcontainer/nsenter/namespace.h [new file with mode: 0644]
libcontainer/nsenter/nsenter.go [new file with mode: 0644]
libcontainer/nsenter/nsenter_gccgo.go [new file with mode: 0644]
libcontainer/nsenter/nsenter_test.go [new file with mode: 0644]
libcontainer/nsenter/nsenter_unsupported.go [new file with mode: 0644]
libcontainer/nsenter/nsexec.c [new file with mode: 0644]
libcontainer/process.go [new file with mode: 0644]
libcontainer/process_linux.go [new file with mode: 0644]
libcontainer/restored_process.go [new file with mode: 0644]
libcontainer/rootfs_linux.go [new file with mode: 0644]
libcontainer/rootfs_linux_test.go [new file with mode: 0644]
libcontainer/seccomp/config.go [new file with mode: 0644]
libcontainer/seccomp/fixtures/proc_self_status [new file with mode: 0644]
libcontainer/seccomp/seccomp_linux.go [new file with mode: 0644]
libcontainer/seccomp/seccomp_linux_test.go [new file with mode: 0644]
libcontainer/seccomp/seccomp_unsupported.go [new file with mode: 0644]
libcontainer/setns_init_linux.go [new file with mode: 0644]
libcontainer/specconv/example.go [new file with mode: 0644]
libcontainer/specconv/spec_linux.go [new file with mode: 0644]
libcontainer/specconv/spec_linux_test.go [new file with mode: 0644]
libcontainer/stacktrace/capture.go [new file with mode: 0644]
libcontainer/stacktrace/capture_test.go [new file with mode: 0644]
libcontainer/stacktrace/frame.go [new file with mode: 0644]
libcontainer/stacktrace/frame_test.go [new file with mode: 0644]
libcontainer/stacktrace/stacktrace.go [new file with mode: 0644]
libcontainer/standard_init_linux.go [new file with mode: 0644]
libcontainer/state_linux.go [new file with mode: 0644]
libcontainer/state_linux_test.go [new file with mode: 0644]
libcontainer/stats.go [new file with mode: 0644]
libcontainer/stats_linux.go [new file with mode: 0644]
libcontainer/sync.go [new file with mode: 0644]
libcontainer/system/linux.go [new file with mode: 0644]
libcontainer/system/linux_test.go [new file with mode: 0644]
libcontainer/system/proc.go [new file with mode: 0644]
libcontainer/system/proc_test.go [new file with mode: 0644]
libcontainer/system/syscall_linux_32.go [new file with mode: 0644]
libcontainer/system/syscall_linux_64.go [new file with mode: 0644]
libcontainer/system/sysconfig.go [new file with mode: 0644]
libcontainer/system/sysconfig_notcgo.go [new file with mode: 0644]
libcontainer/system/unsupported.go [new file with mode: 0644]
libcontainer/system/xattrs_linux.go [new file with mode: 0644]
libcontainer/user/MAINTAINERS [new file with mode: 0644]
libcontainer/user/lookup.go [new file with mode: 0644]
libcontainer/user/lookup_unix.go [new file with mode: 0644]
libcontainer/user/lookup_windows.go [new file with mode: 0644]
libcontainer/user/user.go [new file with mode: 0644]
libcontainer/user/user_test.go [new file with mode: 0644]
libcontainer/utils/cmsg.go [new file with mode: 0644]
libcontainer/utils/utils.go [new file with mode: 0644]
libcontainer/utils/utils_test.go [new file with mode: 0644]
libcontainer/utils/utils_unix.go [new file with mode: 0644]
list.go [new file with mode: 0644]
main.go [new file with mode: 0644]
man/README.md [new file with mode: 0644]
man/md2man-all.sh [new file with mode: 0755]
man/runc-checkpoint.8.md [new file with mode: 0644]
man/runc-create.8.md [new file with mode: 0644]
man/runc-delete.8.md [new file with mode: 0644]
man/runc-events.8.md [new file with mode: 0644]
man/runc-exec.8.md [new file with mode: 0644]
man/runc-kill.8.md [new file with mode: 0644]
man/runc-list.8.md [new file with mode: 0644]
man/runc-pause.8.md [new file with mode: 0644]
man/runc-ps.8.md [new file with mode: 0644]
man/runc-restore.8.md [new file with mode: 0644]
man/runc-resume.8.md [new file with mode: 0644]
man/runc-run.8.md [new file with mode: 0644]
man/runc-spec.8.md [new file with mode: 0644]
man/runc-start.8.md [new file with mode: 0644]
man/runc-state.8.md [new file with mode: 0644]
man/runc-update.8.md [new file with mode: 0644]
man/runc.8.md [new file with mode: 0644]
notify_socket.go [new file with mode: 0644]
pause.go [new file with mode: 0644]
ps.go [new file with mode: 0644]
restore.go [new file with mode: 0644]
rlimit_linux.go [new file with mode: 0644]
rootless_linux.go [new file with mode: 0644]
run.go [new file with mode: 0644]
script/.validate [new file with mode: 0644]
script/check-config.sh [new file with mode: 0755]
script/release.sh [new file with mode: 0755]
script/tmpmount [new file with mode: 0755]
script/validate-c [new file with mode: 0755]
script/validate-gofmt [new file with mode: 0755]
signalmap.go [new file with mode: 0644]
signalmap_mipsx.go [new file with mode: 0644]
signals.go [new file with mode: 0644]
spec.go [new file with mode: 0644]
start.go [new file with mode: 0644]
state.go [new file with mode: 0644]
tests/integration/README.md [new file with mode: 0644]
tests/integration/cgroups.bats [new file with mode: 0644]
tests/integration/checkpoint.bats [new file with mode: 0644]
tests/integration/config.json [new file with mode: 0644]
tests/integration/create.bats [new file with mode: 0644]
tests/integration/debug.bats [new file with mode: 0644]
tests/integration/delete.bats [new file with mode: 0644]
tests/integration/events.bats [new file with mode: 0644]
tests/integration/exec.bats [new file with mode: 0644]
tests/integration/help.bats [new file with mode: 0644]
tests/integration/helpers.bash [new file with mode: 0644]
tests/integration/kill.bats [new file with mode: 0644]
tests/integration/list.bats [new file with mode: 0644]
tests/integration/mask.bats [new file with mode: 0644]
tests/integration/mounts.bats [new file with mode: 0755]
tests/integration/multi-arch.bash [new file with mode: 0644]
tests/integration/pause.bats [new file with mode: 0644]
tests/integration/ps.bats [new file with mode: 0644]
tests/integration/root.bats [new file with mode: 0644]
tests/integration/spec.bats [new file with mode: 0644]
tests/integration/start.bats [new file with mode: 0644]
tests/integration/start_detached.bats [new file with mode: 0644]
tests/integration/start_hello.bats [new file with mode: 0644]
tests/integration/state.bats [new file with mode: 0644]
tests/integration/testdata/hello-world-aarch64.tar [new file with mode: 0644]
tests/integration/testdata/hello-world.tar [new file with mode: 0644]
tests/integration/tty.bats [new file with mode: 0644]
tests/integration/update.bats [new file with mode: 0644]
tests/integration/version.bats [new file with mode: 0644]
tests/rootless.sh [new file with mode: 0755]
tty.go [new file with mode: 0644]
update.go [new file with mode: 0644]
utils.go [new file with mode: 0644]
utils_linux.go [new file with mode: 0644]
vendor.conf [new file with mode: 0644]
vendor/github.com/cyphar/filepath-securejoin/LICENSE [new file with mode: 0644]
vendor/github.com/cyphar/filepath-securejoin/README.md [new file with mode: 0644]
vendor/github.com/cyphar/filepath-securejoin/join.go [new file with mode: 0644]
vendor/github.com/cyphar/filepath-securejoin/vendor.conf [new file with mode: 0644]
vendor/github.com/cyphar/filepath-securejoin/vfs.go [new file with mode: 0644]