moby/profiles/seccomp
Eng Zer Jun a916414b0b refactor: move from io/ioutil to io and os package
The io/ioutil package has been deprecated in Go 1.16. This commit
replaces the existing io/ioutil functions with their new definitions in
io and os packages.

Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>
(cherry picked from commit c55a4ac779)
Signed-off-by: Cory Snider <csnider@mirantis.com>
2023-02-24 16:11:55 -05:00
..
fixtures seccomp: remove dependency on oci package 2020-09-29 19:39:15 +02:00
default.json Revert "seccomp: block socket calls to AF_VSOCK in default profile" 2022-12-29 13:16:57 -07:00
default_linux.go Revert "seccomp: block socket calls to AF_VSOCK in default profile" 2022-12-29 13:16:57 -07:00
generate.go refactor: move from io/ioutil to io and os package 2023-02-24 16:11:55 -05:00
kernel_linux.go seccomp: implement marshal/unmarshall for MinVersion 2020-10-07 17:48:25 +02:00
kernel_linux_test.go seccomp: implement marshal/unmarshall for MinVersion 2020-10-07 17:48:25 +02:00
seccomp.go seccomp: add support for "clone3" syscall in default policy 2021-09-13 08:56:21 -07:00
seccomp_linux.go seccomp: add support for "clone3" syscall in default policy 2021-09-13 08:56:21 -07:00
seccomp_test.go refactor: move from io/ioutil to io and os package 2023-02-24 16:11:55 -05:00
seccomp_unsupported.go Update to Go 1.17.0, and gofmt with Go 1.17 2022-04-07 23:27:50 +02:00