| author | Tianon Gravi <admwiggin@gmail.com> | |
| Fri, 19 Dec 2014 04:54:12 +0000 (04:54 +0000) | ||
| committer | Tianon Gravi <admwiggin@gmail.com> | |
| Fri, 19 Dec 2014 04:54:12 +0000 (04:54 +0000) | ||
| commit | 1c04b0bbb7c76ef25dda4f9d8fe35e2aabb8874b | |
| tree | 014c119f5b2602beac076b1d0b6ceb6ab29cff3a | tree | snapshot |
| .travis.yml | [new file with mode: 0644] | blob |
| CONTRIBUTORS_GUIDE.md | [new file with mode: 0644] | blob |
| Dockerfile | [new file with mode: 0644] | blob |
| LICENSE | [new file with mode: 0644] | blob |
| MAINTAINERS | [new file with mode: 0644] | blob |
| MAINTAINERS_GUIDE.md | [new file with mode: 0644] | blob |
| Makefile | [new file with mode: 0644] | blob |
| NOTICE | [new file with mode: 0644] | blob |
| PRINCIPLES.md | [new file with mode: 0644] | blob |
| README.md | [new file with mode: 0644] | blob |
| ROADMAP.md | [new file with mode: 0644] | blob |
| api_temp.go | [new file with mode: 0644] | blob |
| apparmor/apparmor.go | [new file with mode: 0644] | blob |
| apparmor/apparmor_disabled.go | [new file with mode: 0644] | blob |
| apparmor/gen.go | [new file with mode: 0644] | blob |
| apparmor/setup.go | [new file with mode: 0644] | blob |
| cgroups/cgroups.go | [new file with mode: 0644] | blob |
| cgroups/cgroups_test.go | [new file with mode: 0644] | blob |
| cgroups/cgutil/cgutil.go | [new file with mode: 0644] | blob |
| cgroups/cgutil/sample_cgroup.json | [new file with mode: 0644] | blob |
| cgroups/fs/apply_raw.go | [new file with mode: 0644] | blob |
| cgroups/fs/blkio.go | [new file with mode: 0644] | blob |
| cgroups/fs/blkio_test.go | [new file with mode: 0644] | blob |
| cgroups/fs/cpu.go | [new file with mode: 0644] | blob |
| cgroups/fs/cpu_test.go | [new file with mode: 0644] | blob |
| cgroups/fs/cpuacct.go | [new file with mode: 0644] | blob |
| cgroups/fs/cpuset.go | [new file with mode: 0644] | blob |
| cgroups/fs/devices.go | [new file with mode: 0644] | blob |
| cgroups/fs/freezer.go | [new file with mode: 0644] | blob |
| cgroups/fs/memory.go | [new file with mode: 0644] | blob |
| cgroups/fs/memory_test.go | [new file with mode: 0644] | blob |
| cgroups/fs/notify_linux.go | [new file with mode: 0644] | blob |
| cgroups/fs/notify_linux_test.go | [new file with mode: 0644] | blob |
| cgroups/fs/perf_event.go | [new file with mode: 0644] | blob |
| cgroups/fs/stats_util_test.go | [new file with mode: 0644] | blob |
| cgroups/fs/util_test.go | [new file with mode: 0644] | blob |
| cgroups/fs/utils.go | [new file with mode: 0644] | blob |
| cgroups/fs/utils_test.go | [new file with mode: 0644] | blob |
| cgroups/stats.go | [new file with mode: 0644] | blob |
| cgroups/systemd/apply_nosystemd.go | [new file with mode: 0644] | blob |
| cgroups/systemd/apply_systemd.go | [new file with mode: 0644] | blob |
| cgroups/utils.go | [new file with mode: 0644] | blob |
| config.go | [new file with mode: 0644] | blob |
| config_test.go | [new file with mode: 0644] | blob |
| console/console.go | [new file with mode: 0644] | blob |
| container.go | [new file with mode: 0644] | blob |
| devices/defaults.go | [new file with mode: 0644] | blob |
| devices/devices.go | [new file with mode: 0644] | blob |
| devices/devices_test.go | [new file with mode: 0644] | blob |
| devices/number.go | [new file with mode: 0644] | blob |
| error.go | [new file with mode: 0644] | blob |
| factory.go | [new file with mode: 0644] | blob |
| label/label.go | [new file with mode: 0644] | blob |
| label/label_selinux.go | [new file with mode: 0644] | blob |
| label/label_selinux_test.go | [new file with mode: 0644] | blob |
| mount/init.go | [new file with mode: 0644] | blob |
| mount/mount.go | [new file with mode: 0644] | blob |
| mount/mount_config.go | [new file with mode: 0644] | blob |
| mount/msmoveroot.go | [new file with mode: 0644] | blob |
| mount/nodes/nodes.go | [new file with mode: 0644] | blob |
| mount/nodes/nodes_unsupported.go | [new file with mode: 0644] | blob |
| mount/pivotroot.go | [new file with mode: 0644] | blob |
| mount/ptmx.go | [new file with mode: 0644] | blob |
| mount/readonly.go | [new file with mode: 0644] | blob |
| mount/remount.go | [new file with mode: 0644] | blob |
| namespaces/create.go | [new file with mode: 0644] | blob |
| namespaces/exec.go | [new file with mode: 0644] | blob |
| namespaces/execin.go | [new file with mode: 0644] | blob |
| namespaces/init.go | [new file with mode: 0644] | blob |
| namespaces/nsenter/README.md | [new file with mode: 0644] | blob |
| namespaces/nsenter/nsenter.c | [new file with mode: 0644] | blob |
| namespaces/nsenter/nsenter.go | [new file with mode: 0644] | blob |
| namespaces/nsenter/nsenter_unsupported.go | [new file with mode: 0644] | blob |
| namespaces/types.go | [new file with mode: 0644] | blob |
| namespaces/types_linux.go | [new file with mode: 0644] | blob |
| namespaces/types_test.go | [new file with mode: 0644] | blob |
| netlink/MAINTAINERS | [new file with mode: 0644] | blob |
| netlink/netlink.go | [new file with mode: 0644] | blob |
| netlink/netlink_linux.go | [new file with mode: 0644] | blob |
| netlink/netlink_linux_arm.go | [new file with mode: 0644] | blob |
| netlink/netlink_linux_notarm.go | [new file with mode: 0644] | blob |
| netlink/netlink_linux_test.go | [new file with mode: 0644] | blob |
| netlink/netlink_unsupported.go | [new file with mode: 0644] | blob |
| network/loopback.go | [new file with mode: 0644] | blob |
| network/netns.go | [new file with mode: 0644] | blob |
| network/network.go | [new file with mode: 0644] | blob |
| network/stats.go | [new file with mode: 0644] | blob |
| network/strategy.go | [new file with mode: 0644] | blob |
| network/types.go | [new file with mode: 0644] | blob |
| network/veth.go | [new file with mode: 0644] | blob |
| network/veth_test.go | [new file with mode: 0644] | blob |
| nsinit/config.go | [new file with mode: 0644] | blob |
| nsinit/exec.go | [new file with mode: 0644] | blob |
| nsinit/init.go | [new file with mode: 0644] | blob |
| nsinit/main.go | [new file with mode: 0644] | blob |
| nsinit/nsenter.go | [new file with mode: 0644] | blob |
| nsinit/pause.go | [new file with mode: 0644] | blob |
| nsinit/stats.go | [new file with mode: 0644] | blob |
| nsinit/utils.go | [new file with mode: 0644] | blob |
| process.go | [new file with mode: 0644] | blob |
| sample_configs/README.md | [new file with mode: 0644] | blob |
| sample_configs/apparmor.json | [new file with mode: 0644] | blob |
| sample_configs/attach_to_bridge.json | [new file with mode: 0644] | blob |
| sample_configs/minimal.json | [new file with mode: 0644] | blob |
| sample_configs/selinux.json | [new file with mode: 0644] | blob |
| security/capabilities/capabilities.go | [new file with mode: 0644] | blob |
| security/capabilities/types.go | [new file with mode: 0644] | blob |
| security/capabilities/types_test.go | [new file with mode: 0644] | blob |
| security/restrict/restrict.go | [new file with mode: 0644] | blob |
| security/restrict/unsupported.go | [new file with mode: 0644] | blob |
| selinux/selinux.go | [new file with mode: 0644] | blob |
| selinux/selinux_test.go | [new file with mode: 0644] | blob |
| state.go | [new file with mode: 0644] | blob |
| syncpipe/sync_pipe.go | [new file with mode: 0644] | blob |
| syncpipe/sync_pipe_linux.go | [new file with mode: 0644] | blob |
| syncpipe/sync_pipe_test.go | [new file with mode: 0644] | blob |
| system/linux.go | [new file with mode: 0644] | blob |
| system/proc.go | [new file with mode: 0644] | blob |
| system/setns_linux.go | [new file with mode: 0644] | blob |
| system/sysconfig.go | [new file with mode: 0644] | blob |
| system/sysconfig_notcgo.go | [new file with mode: 0644] | blob |
| system/xattrs_linux.go | [new file with mode: 0644] | blob |
| types.go | [new file with mode: 0644] | blob |
| update-vendor.sh | [new file with mode: 0755] | blob |
| user/MAINTAINERS | [new file with mode: 0644] | blob |
| user/user.go | [new file with mode: 0644] | blob |
| user/user_test.go | [new file with mode: 0644] | blob |
| utils/utils.go | [new file with mode: 0644] | blob |
| xattr/xattr.go | [new file with mode: 0644] | blob |
| xattr/xattr_test.go | [new file with mode: 0644] | blob |