summaryrefslogtreecommitdiff
path: root/libcap/execable.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix some static analysis results.Andrew G. Morgan2021-08-261-1/+1
| | | | | | This series of issues was found by Zoltan Fridrich. Signed-off-by: Andrew G. Morgan <morgan@kernel.org>
* Support simply executing the built shared libraries.Andrew G. Morgan2021-07-121-0/+15
Some system libraries support being run as regular executables. Now that I have figured out how to do it, add support for libcap.so and libpsx.so to print some information and exit. Note, I've explained how most of this stuff works in this answer: https://stackoverflow.com/a/68339111/14760867 Signed-off-by: Andrew G. Morgan <morgan@kernel.org>