Kir Kolyshkin
c53f4217c9
TestRunSeccompProfileAllow32Bit: fix
...
Since the update to Debian Stretch, this test fails. The reason is dynamic
binary, which requires i386 ld.so for loading (and apparently it is no longer
installed by default):
> root@09d4b173c3dc:/go/src/github.com/docker/docker# file exit32-test
> exit32-test: ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux.so.2, BuildID[sha1]=a0d3d6cb59788453b983f65f8dc6ac52920147b6, stripped
> root@09d4b173c3dc:/go/src/github.com/docker/docker# ls -l /lib/ld-linux.so.2
> ls: cannot access '/lib/ld-linux.so.2': No such file or directory
To fix, just add -static.
Interestingly, ldd can'f figure it out.
> root@a324f8edfcaa:/go/src/github.com/docker/docker# ldd exit32-test
> not a dynamic executable
Other tools (e.g. objdump) also show it's a dynamic binary.
While at it, remove the extra "id" argument (a copy-paste error I
guess).
Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com >
Upstream-commit: 771256b305c8c06fca5eb1d041b60fbe093c0e1b
Component: engine
2017-09-17 22:04:31 -07:00
..
2017-08-30 13:13:18 -04:00
2017-08-25 17:24:25 -04:00
2017-08-30 13:13:18 -04:00
2017-09-07 09:44:08 +08:00
2017-03-15 10:43:18 -07:00
2017-08-22 17:15:26 -04:00
2017-08-30 13:13:18 -04:00
2017-09-14 12:05:18 -04:00
2017-08-23 17:10:04 -04:00
2017-08-23 17:10:04 -04:00
2017-08-28 10:19:54 -07:00
2017-09-11 19:53:18 -04:00
2017-08-07 11:34:36 -07:00
2017-08-23 17:10:04 -04:00
2017-04-16 23:39:30 +02:00
2017-08-23 17:10:04 -04:00
2017-08-23 17:10:04 -04:00
2017-08-23 17:10:04 -04:00
2017-08-23 17:10:04 -04:00
2017-08-23 17:10:04 -04:00
2017-08-23 17:10:04 -04:00
2017-08-24 17:02:21 +03:00
2017-08-23 17:10:04 -04:00
2017-03-06 16:41:33 +01:00
2017-08-23 17:10:04 -04:00
2017-08-22 17:15:26 -04:00
2017-08-23 17:10:04 -04:00
2017-03-06 16:41:33 +01:00
2017-09-11 19:53:18 -04:00
2017-02-11 00:18:01 +08:00
2017-09-11 19:53:18 -04:00
2017-08-25 17:27:41 -04:00
2017-08-23 17:10:04 -04:00
2017-08-22 17:15:26 -04:00
2017-08-23 17:10:04 -04:00
2017-08-23 17:10:04 -04:00
2017-08-23 17:10:04 -04:00
2017-08-25 12:07:30 -04:00
2017-08-25 17:24:25 -04:00
2017-08-25 17:24:25 -04:00
2017-08-25 12:07:30 -04:00
2017-08-25 12:07:30 -04:00
2017-04-12 11:22:32 +02:00
2017-08-22 15:25:31 -07:00
2017-05-11 10:18:44 -07:00
2017-05-11 10:18:44 -07:00
2017-05-11 10:18:44 -07:00
2017-08-15 16:01:11 -04:00
2017-08-25 12:07:30 -04:00
2017-08-15 16:01:11 -04:00
2017-04-12 10:33:19 +00:00
2017-09-07 09:44:08 +08:00
2017-08-25 12:07:30 -04:00
2017-08-25 12:07:30 -04:00
2017-09-14 11:29:05 -07:00
2017-04-14 19:27:33 +02:00
2017-09-07 09:44:08 +08:00
2017-09-05 17:19:57 +02:00
2017-08-25 12:07:30 -04:00
2017-08-25 12:07:30 -04:00
2017-09-14 12:07:52 -07:00
2017-04-28 16:01:25 -04:00
2017-05-21 21:39:00 +03:00
2017-03-23 18:35:22 +01:00
2017-08-25 12:07:30 -04:00
2017-08-25 12:07:30 -04:00
2017-04-16 23:39:30 +02:00
2017-08-25 12:07:30 -04:00
2017-08-25 12:07:30 -04:00
2017-08-22 17:15:26 -04:00
2017-07-03 13:13:09 -07:00
2017-06-12 11:04:28 +02:00
2017-08-25 12:07:30 -04:00
2017-04-14 19:27:33 +02:00
2017-08-15 16:01:11 -04:00
2017-08-25 12:07:30 -04:00
2017-07-12 10:35:48 -04:00
2017-08-23 17:10:04 -04:00
2017-08-25 12:07:30 -04:00
2017-08-25 12:07:30 -04:00
2017-05-18 12:23:28 -07:00
2017-08-25 12:07:30 -04:00
2017-08-25 12:07:30 -04:00
2017-09-14 09:42:09 -04:00
2017-08-25 12:07:30 -04:00
2017-08-25 12:07:30 -04:00
2017-06-12 20:18:03 +02:00
2017-08-31 18:19:17 -04:00
2017-04-16 23:39:30 +02:00
2017-04-03 21:58:05 +02:00
2017-08-25 12:07:30 -04:00
2017-09-06 17:32:56 -04:00
2017-09-17 22:04:31 -07:00
2017-08-25 12:07:30 -04:00
2017-08-25 12:07:30 -04:00
2017-03-20 16:30:01 +08:00
2017-03-20 16:30:01 +08:00
2017-03-27 10:16:45 +08:00
2017-06-07 13:05:15 -07:00
2017-05-18 12:23:28 -07:00
2017-08-30 13:43:39 -04:00
2017-05-18 12:23:28 -07:00
2017-05-18 12:23:28 -07:00
2017-08-25 12:07:30 -04:00
2017-04-16 23:39:30 +02:00
2017-09-02 10:06:16 +02:00
2017-08-22 14:29:16 -04:00
2017-03-23 18:35:22 +01:00
2017-08-25 12:07:30 -04:00
2017-08-25 12:07:30 -04:00
2017-09-05 08:31:44 -07:00
2017-08-22 17:15:26 -04:00
2017-06-12 20:14:48 +02:00
2017-08-25 12:07:30 -04:00
2017-08-25 12:07:30 -04:00
2017-08-23 17:10:04 -04:00
2017-08-23 17:10:04 -04:00
2017-08-25 12:07:30 -04:00
2017-08-30 13:13:18 -04:00
2017-07-31 13:16:46 -07:00
2017-09-17 22:04:31 -07:00
2017-08-30 13:13:18 -04:00
2017-08-30 13:13:18 -04:00
2017-08-25 12:07:30 -04:00
2017-08-25 12:07:30 -04:00