Documentation
¶
Overview ¶
Program b210613 reproduces the code reported in:
https://bugzilla.kernel.org/show_bug.cgi?id=210613
This file is evolved directly from the reproducer attached to that bug report originally authored by Lorenz Bauer.
Program compare-cap is a sanity check that Go's cap package is inter-operable with the C libcap.
Program mknames parses the cap_names.h file and creates an equivalent names.go file including comments on each cap.Value from the documentation directory.
Program ok exits with status zero. We use it as a chroot test. To avoid any confusion, it needs to be linked statically.
Program psx-signals validates that the psx mechanism can coexist with Go use of signals. This is an unprivilaged program derived from the sample code provided in this bug report:
https://bugzilla.kernel.org/show_bug.cgi?id=210533
Program try-launching validates the cap.Launch feature.