summaryrefslogtreecommitdiff
path: root/progs/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* Support dynamic test compilation and execution.Andrew G. Morgan2020-09-071-0/+1
| | | | | | | | | | | make DYNAMIC=yes test sudotest works now. Thomas Petazzoni provided a patch that built the tests this way, but I've restructured things to make the above command line work against the uninstalled library builds. Signed-off-by: Andrew G. Morgan <morgan@kernel.org>
* A Go (golang) implementation of libcap: import "libcap/cap".Andrew G. Morgan2019-05-191-0/+1
| | | | | | | | | | | | | The API for this "libcap/cap" package is very similar to libcap. I've included a substantial interoperability test that validate libcap(c) and libcap/cap(go) have import/export text and binary format compatibility. My motivation for implementing a standalone Go package was for a cross-compilation issue I ran into (Go is much more friendly for cross-compilation by default, unless you need to use cgo). Signed-off-by: Andrew G. Morgan <morgan@kernel.org>
* Add an example program to verify that a file has specific capabilities.Andrew G. Morgan2008-10-191-0/+1
| | | | | | | | This program is not installed by default. Its more of a code sample to help folk trying to put such checks into other programs (package managers for example). Signed-off-by: Andrew G. Morgan <morgan@kernel.org>
* Add .gitignore filesMike Frysinger2008-02-171-0/+4
Signed-off-by: Mike Frysinger <vapier@gentoo.org> Signed-off-by: Andrew G. Morgan <morgan@kernel.org>