commit | 2d2b7023e9a0a4c397fd74c545e4caa6501a5096 | [log] [tgz] |
---|---|---|
author | Andrew G. Morgan <[email protected]> | Sat Nov 16 09:14:22 2019 -0800 |
committer | Andrew G. Morgan <[email protected]> | Sat Nov 16 09:46:29 2019 -0800 |
tree | c71ff26317187a905df5a52e585eff2cb8a7a260 | |
parent | 1e4c28c0e54eb42fffdf9583a00889aa352bf4fb [diff] |
Implement a meaningful Go port of libcap This version of the Go package libcap/cap works well enough to be used by others. Unfortunately, to use it we need to apply something like the included patch (contrib/go.patch) to the build sources for the Go runtime and syscall packages. I'll be trying to get these accepted by the Go team in parallel. Signed-off-by: Andrew G. Morgan <[email protected]>