aboutsummaryrefslogtreecommitdiff
path: root/cap/convenience.go
AgeCommit message (Expand)Author
2021-11-21Recognize default secbits of 0 as "HYBRID" mode.Andrew G. Morgan
2021-09-07Be more systematic about POSIX.1e value group namesAndrew G. Morgan
2021-08-22Revamp the comparison API of *Set and *IAB tuples; add IABGetPID().Andrew G. Morgan
2021-03-19Fix tyop in go pragma.Andrew G. Morgan
2021-03-06Provide a pair of cap.Prctl{w,}() convenience functionsAndrew G. Morgan
2021-03-06Implement cap.FuncLauncher()Andrew G. Morgan
2020-12-26Augment NOPRIV libcap mode with the sticky NO_NEW_PRIVS prctl bit.Andrew G. Morgan
2020-07-26Mode cap package documentation updates.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-04Restructure the tree a little to provide a module example.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-03Drop //go:nosplit use in cap package.Andrew G. Morgan
2020-02-23Implement cap.Launch()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-15More convenience functionality for libcap.Andrew G. Morgan