aboutsummaryrefslogtreecommitdiff
path: root/cap/cap.go
AgeCommit message (Expand)Author
2021-10-22Unify the cap package tests for good *Set or *IAB types.Andrew G. Morgan
2021-10-22Concurrency fixes for *cap.Set atomicity.Andrew G. Morgan
2021-09-23Update example to avoid reference to deprecated Compare function.Andrew G. Morgan
2021-08-22Revamp the comparison API of *Set and *IAB tuples; add IABGetPID().Andrew G. Morgan
2021-08-14Fix typos.Samanta Navarro
2021-03-10Comment fixes regarding new cap.Launcher featuresAndrew G. Morgan
2021-03-06Fix the README reference to the License file.Andrew G. Morgan
2021-03-06Implement cap.FuncLauncher()Andrew G. Morgan
2021-03-06Improve libcap/cap package comment.Andrew G. Morgan
2021-01-23Minor cap package comment update.Andrew G. Morgan
2020-12-22No longer need the Go build tag allthreadssyscall.Andrew G. Morgan
2020-08-15Clean up the Go package documentation now that go1.15 is released.Andrew 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-23A more compact form for the text representation of capabilities.Andrew G. Morgan
2020-07-21Fix for cap.FromText().Andrew G. Morgan
2020-07-14Documentation improvements for cap Go package.Andrew G. Morgan
2020-07-09libcap/cap Go package documentation cleanup.Andrew G. Morgan
2020-07-05Fix a rare deadlock in cap.Launch().Andrew G. Morgan
2020-07-03A step closer to modularizing the cap and psx packages.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-01-03Refactor the way we do the psx linkage in libcap.Andrew G. Morgan
2019-12-25Make cap_reset_ambient() look before acting.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
2019-12-01The Ambient prctl API requires syscall6 style arguments.Andrew G. Morgan
2019-11-30Some extra sanity to the golang cap package.Andrew G. Morgan
2019-11-16Implement a meaningful Go port of libcapAndrew G. Morgan
2019-05-19A Go (golang) implementation of libcap: import "libcap/cap".Andrew G. Morgan