summaryrefslogtreecommitdiff
path: root/go/ok.go
Commit message (Collapse)AuthorAgeFilesLines
* Implement cap.Launch()Andrew G. Morgan2020-02-231-0/+9
From a Go runtime provide a convenient way to launch a different process with modified capabilities etc. without disturbing the security state of the parent. Signed-off-by: Andrew G. Morgan <morgan@kernel.org>