summaryrefslogtreecommitdiff
path: root/cap/cap.go
Commit message (Expand)AuthorAgeFilesLines
* Update example to avoid reference to deprecated Compare function.Andrew G. Morgan2021-09-231-1/+1
* Revamp the comparison API of *Set and *IAB tuples; add IABGetPID().Andrew G. Morgan2021-08-221-0/+9
* Fix typos.Samanta Navarro2021-08-141-2/+2
* Comment fixes regarding new cap.Launcher featuresAndrew G. Morgan2021-03-101-0/+5
* Fix the README reference to the License file.Andrew G. Morgan2021-03-061-1/+1
* Implement cap.FuncLauncher()Andrew G. Morgan2021-03-061-20/+12
* Improve libcap/cap package comment.Andrew G. Morgan2021-03-061-12/+36
* Minor cap package comment update.Andrew G. Morgan2021-01-231-2/+2
* No longer need the Go build tag allthreadssyscall.Andrew G. Morgan2020-12-221-8/+5
* Clean up the Go package documentation now that go1.15 is released.Andrew G. Morgan2020-08-151-1/+1
* Tweaking the psx and cap package documentation further.psx/v0.2.42-rc2cap/v0.2.42-rc2Andrew G. Morgan2020-07-261-2/+2
* Mode cap package documentation updates.psx/v0.2.42-rc1cap/v0.2.42-rc1Andrew G. Morgan2020-07-261-7/+37
* A more compact form for the text representation of capabilities.Andrew G. Morgan2020-07-231-1/+1
* Fix for cap.FromText().Andrew G. Morgan2020-07-211-0/+15
* Documentation improvements for cap Go package.Andrew G. Morgan2020-07-141-10/+12
* libcap/cap Go package documentation cleanup.Andrew G. Morgan2020-07-091-13/+21
* Fix a rare deadlock in cap.Launch().Andrew G. Morgan2020-07-051-14/+27
* A step closer to modularizing the cap and psx packages.Andrew G. Morgan2020-07-031-9/+17
* Lint style fixes for C and Go sources.Andrew G. Morgan2020-06-021-14/+14
* Replace PerOSThreadSyscall*() with AllThreadsSyscall*().Andrew G. Morgan2020-05-101-5/+4
* Drop //go:nosplit use in cap package.Andrew G. Morgan2020-05-031-11/+4
* Implement cap.Launch()Andrew G. Morgan2020-02-231-52/+106
* Refactor the way we do the psx linkage in libcap.Andrew G. Morgan2020-01-031-0/+7
* Make cap_reset_ambient() look before acting.Andrew G. Morgan2019-12-251-2/+14
* More convenience functionality for libcap.Andrew G. Morgan2019-12-151-111/+0
* Realign around the evolving Go support for POSIX semantics syscalls.Andrew G. Morgan2019-12-101-5/+6
* Extend installation to install the two Go packages.Andrew G. Morgan2019-12-071-3/+12
* The Ambient prctl API requires syscall6 style arguments.Andrew G. Morgan2019-12-011-5/+30
* Some extra sanity to the golang cap package.Andrew G. Morgan2019-11-301-8/+8
* Implement a meaningful Go port of libcapAndrew G. Morgan2019-11-161-23/+43
* A Go (golang) implementation of libcap: import "libcap/cap".Andrew G. Morgan2019-05-191-0/+379