Alexander Morozov
ea5032bc5e
Adjust runc to new opencontainers/specs version
...
I deleted possibility to specify config file from commands for now.
Until we decide how it'll be done. Also I changed runc spec interface to
write config files instead of output them.
Signed-off-by: Alexander Morozov <lk4d4@docker.com>
2015-09-15 08:35:25 -07:00
Alexander Morozov
24f4d5d1fd
Remove old netlink library
...
Signed-off-by: Alexander Morozov <lk4d4@docker.com>
2015-09-09 19:38:02 -07:00
Alexander Morozov
916bd6bd68
Use github.com/vishvananda/netlink for networking
...
Signed-off-by: Alexander Morozov <lk4d4@docker.com>
2015-09-09 19:32:46 -07:00
Mrunal Patel
e7663a673e
Merge pull request #70 from mheon/seccomp
...
Convert Seccomp support to use Libseccomp
2015-08-21 12:25:33 -07:00
Matthew Heon
a6b73dbc73
Remove Seccomp build tag to fix godep
...
Signed-off-by: Matthew Heon <mheon@redhat.com>
2015-08-13 15:23:43 -04:00
Matthew Heon
8da24a5447
Update vendored Libseccomp bindings
...
Signed-off-by: Matthew Heon <mheon@redhat.com>
2015-08-13 09:36:09 -04:00
Matthew Heon
2ae581ae62
Convert Seccomp support to use Libseccomp
...
This removes the existing, native Go seccomp filter generation and replaces it
with Libseccomp. Libseccomp is a C library which provides architecture
independent generation of Seccomp filters for the Linux kernel.
This adds a dependency on v2.2.1 or above of Libseccomp.
Signed-off-by: Matthew Heon <mheon@redhat.com>
2015-08-13 07:56:27 -04:00
Tonis Tiigi
0f99c20fd0
Update specs
...
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
2015-08-11 13:50:57 -07:00
Michael Crosby
b1821a4edc
Merge pull request #150 from runcom/update-go-systemd-dbus-v3
...
Update go systemd dbus v3
2015-08-03 16:11:52 -04:00
Mrunal Patel
5f65056c89
Update github.com/opecontainers/specs to 5b31bb2b77
...
Signed-off-by: Mrunal Patel <mrunalp@gmail.com>
Make runc changes required to pull in the updated spec
Signed-off-by: Mrunal Patel <mrunalp@gmail.com>
2015-08-03 15:33:48 -04:00
Antonio Murdaca
b21a519ac9
Vendor github.com/coreos/go-systemd/util
...
Signed-off-by: Antonio Murdaca <runcom@linux.com>
2015-07-25 01:35:00 +02:00
Antonio Murdaca
75bc7ae642
Update github.com/coreos/go-systemd/dbus to v3
...
Signed-off-by: Antonio Murdaca <runcom@linux.com>
2015-07-24 15:54:52 +02:00
W. Trevor King
40ca795938
Godeps: Update github.com/opencontainers/specs to include IDMapping change
...
Pull in:
* spec_linux.go: Rename IDMapping fields to follow syscall.SysProcIDMap
* Merge pull request opencontainers/specs#60 from jonboulle/master
2015-07-08 10:53:06 -07:00
Mrunal Patel
d61480ea3d
Update github.com/opencontainer/specs to include Sysctl change
...
Signed-off-by: Mrunal Patel <mrunalp@gmail.com>
2015-07-06 19:16:55 -04:00
Michael Crosby
e2df818399
Add opencontainers/spec to godeps
...
Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
2015-07-02 14:00:13 -07:00
Michael Crosby
f20d95b6f2
Use godeps for building of vendored files
...
Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
2015-06-22 09:23:17 -07:00