1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/profiles/seccomp
Ian Campbell cd456433ea seccomp: Allow personality with UNAME26 bit set.
From personality(2):

    Have uname(2) report a 2.6.40+ version number rather than a 3.x version
    number.  Added as a stopgap measure to support broken applications that
    could not handle the  kernel  version-numbering  switch  from 2.6.x to 3.x.

This allows both "UNAME26|PER_LINUX" and "UNAME26|PER_LINUX32".

Fixes: #32839

Signed-off-by: Ian Campbell <ian.campbell@docker.com>
2017-05-02 15:05:01 +01:00
..
fixtures move default seccomp profile into package 2016-01-21 16:55:29 -08:00
default.json seccomp: Allow personality with UNAME26 bit set. 2017-05-02 15:05:01 +01:00
generate.go New seccomp format 2016-09-01 11:53:07 +02:00
seccomp.go profiles/seccomp: fix comment 2016-11-25 11:40:54 +01:00
seccomp_default.go seccomp: Allow personality with UNAME26 bit set. 2017-05-02 15:05:01 +01:00
seccomp_test.go New seccomp format 2016-09-01 11:53:07 +02:00
seccomp_unsupported.go profiles: seccomp: fix !seccomp build 2017-03-02 21:13:17 +11:00