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
Christopher Jones 069fdc8a08
[project] change syscall to /x/sys/unix|windows
Changes most references of syscall to golang.org/x/sys/
Ones aren't changes include, Errno, Signal and SysProcAttr
as they haven't been implemented in /x/sys/.

Signed-off-by: Christopher Jones <tophj@linux.vnet.ibm.com>

[s390x] switch utsname from unsigned to signed

per 33267e036f
char in s390x in the /x/sys/unix package is now signed, so
change the buildtags

Signed-off-by: Christopher Jones <tophj@linux.vnet.ibm.com>
2017-07-11 08:00:32 -04:00
..
fixtures
default.json Whitelist adjtimex get operation. Adjustment operations are gated by CAP_SYS_TIME 2017-06-02 18:48:16 +00:00
generate.go New seccomp format 2016-09-01 11:53:07 +02:00
seccomp.go Update moby to runc and oci 1.0 runtime final rc 2017-05-05 13:45:45 -07:00
seccomp_default.go [project] change syscall to /x/sys/unix|windows 2017-07-11 08:00:32 -04: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