aboutsummaryrefslogtreecommitdiff
path: root/cap
AgeCommit message (Expand)Author
2021-02-04Up the release version to 2.48Andrew G. Morgan
2021-01-27Minor doc fixes for the "cap" module.Andrew G. Morgan
2021-01-23Up the release version to 2.47Andrew G. Morgan
2021-01-23Minor cap package comment update.Andrew G. Morgan
2020-12-26Augment NOPRIV libcap mode with the sticky NO_NEW_PRIVS prctl bit.Andrew G. Morgan
2020-12-23Minor fixes for "cap" package documentation.Andrew G. Morgan
2020-12-22No longer need the Go build tag allthreadssyscall.Andrew G. Morgan
2020-12-12Up the release version to 2.46Andrew G. Morgan
2020-12-11Refactor the "psx" vs "cap" package cgo-or-not complexity to "psx".Andrew G. Morgan
2020-11-02Up the release version to 2.45Andrew G. Morgan
2020-10-04Up the release version to 2.44Andrew G. Morgan
2020-08-15Clean up the Go package documentation now that go1.15 is released.Andrew G. Morgan
2020-08-15Up the release version to 2.43Andrew G. Morgan
2020-08-13Add new value CAP_CHECKPOINT_RESTORE = 40.Andrew G. Morgan
2020-08-01Up the release version to 2.42Andrew G. Morgan
2020-07-26Tweaking the psx and cap package documentation further.Andrew G. Morgan
2020-07-26Mode cap package documentation updates.Andrew G. Morgan
2020-07-24Up the release version to 2.41Andrew G. Morgan
2020-07-23Reflect a minor improvement in cap_to_text() output in man page.Andrew G. Morgan
2020-07-23A more compact form for the text representation of capabilities.Andrew G. Morgan
2020-07-22Make Go cap.String() and (*cap.Set).String() equal C equivalents.Andrew G. Morgan
2020-07-21Fix for cap.FromText().Andrew G. Morgan
2020-07-21Add missing function (*cap.Set).SetNSOwner().Andrew G. Morgan
2020-07-19Up the release version to 2.40Andrew G. Morgan
2020-07-14Documentation improvements for cap Go package.Andrew G. Morgan
2020-07-14Some README files for the Go packages.Andrew G. Morgan
2020-07-11Up the release version to 2.39Andrew G. Morgan
2020-07-11Some documentation for individual capability values.Andrew G. Morgan
2020-07-09libcap/cap Go package documentation cleanup.Andrew G. Morgan
2020-07-05Up the release version to 2.38Andrew G. Morgan
2020-07-05Fix a rare deadlock in cap.Launch().Andrew G. Morgan
2020-07-05Documentation fixes for go packages.Andrew G. Morgan
2020-07-04Restructure the tree a little to provide a module example.Andrew G. Morgan
2020-07-03Up the release version to 2.37Andrew G. Morgan
2020-07-03Refactored the psx package to build as a Go module.Andrew G. Morgan
2020-07-03A step closer to modularizing the cap and psx packages.Andrew G. Morgan
2020-07-02Revamp the way we package cap and psx packages.Andrew G. Morgan
2020-06-02More linter findings.Andrew G. Morgan
2020-06-02Lint style fixes for C and Go sources.Andrew G. Morgan
2020-05-10Replace PerOSThreadSyscall*() with AllThreadsSyscall*().Andrew G. Morgan
2020-05-03Drop //go:nosplit use in cap package.Andrew G. Morgan
2020-02-23Implement cap.Launch()Andrew G. Morgan
2020-02-23IAB Go support.Andrew G. Morgan
2020-01-03Refactor the way we do the psx linkage in libcap.Andrew G. Morgan
2019-12-29Exploring compilation issues on 32-bit architectures.Andrew G. Morgan
2019-12-25Make cap_reset_ambient() look before acting.Andrew G. Morgan
2019-12-22Change the definition of 'all' to be all named capabilities.Andrew G. Morgan
2019-12-15More convenience functionality for libcap.Andrew G. Morgan
2019-12-10Realign around the evolving Go support for POSIX semantics syscalls.Andrew G. Morgan
2019-12-07Extend installation to install the two Go packages.Andrew G. Morgan