mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
ab06bb3ec0
full diff: https://github.com/opencontainers/selinux/compare/v1.6.0...v1.7.0 - Implement get_default_context_with_level() from libselinux - Wrap some syscalls (lgetattr, lsetattr, fstatfs, statfs) to retry on EINTR. - Improve code quality by turning fixing many problems found by linters - Use bufio.Scanner for parsing labels and policy confilabelg - Cache the value for SELinux policy directory - test on ppc64le and go 1.15 Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
9 lines
179 B
Modula-2
9 lines
179 B
Modula-2
module github.com/opencontainers/selinux
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/willf/bitset v1.1.11
|
|
golang.org/x/sys v0.0.0-20191115151921-52ab43148777
|
|
)
|