aboutsummaryrefslogtreecommitdiff
path: root/progs/capsh.c
AgeCommit message (Expand)Author
2020-12-26Augment NOPRIV libcap mode with the sticky NO_NEW_PRIVS prctl bit.Andrew G. Morgan
2020-12-26People keep emailing me about the license for libcap.Andrew G. Morgan
2020-12-23checkpointAndrew G. Morgan
2020-10-28Guarantee sufficient memory for scratch pathnameAndrew G. Morgan
2020-10-27If needed search PATH for capsh (==) self-execution.Andrew G. Morgan
2020-07-16capsh.c: Spelling fixes in usage() messageMichael Kerrisk (man-pages)
2020-06-04Better protect some header #define's.Andrew G. Morgan
2020-05-12Fix typosChristian Kastner
2020-04-05Support overriding the preferred shell for capsh.Andrew G. Morgan
2020-02-23A convenient IAB abstraction for inherited capability vectors.Andrew G. Morgan
2020-01-27More capsh testing features.Andrew G. Morgan
2020-01-20Add testing features to capsh.Andrew G. Morgan
2020-01-03Refactor the way we do the psx linkage in libcap.Andrew G. Morgan
2019-12-23Ensure that gcc -std=c89 build works.Andrew G. Morgan
2019-12-15More convenience functionality for libcap.Andrew G. Morgan
2019-12-07Minor test enhancement related to ambient capsAndrew G. Morgan
2019-04-13Use strncmp to not read past argument lengthsPauline Middelink
2019-04-13Fix number of characters in --drop check.Pauline Middelink
2016-02-07Clean up ambient support and add a smoke test for them.Andrew G. Morgan
2016-02-06Add initial support for the ambient set.Andrew G. Morgan
2011-07-30Fix a compiler warning(error) for format mismatch.Andrew G. Morgan
2011-07-24Change directory to "/" after --chroot operation.Andrew G. Morgan
2011-04-25Add some bounding set capability support to libcap.Andrew G. Morgan
2010-08-08Default to installing setcap with an inheritable capability.Andrew G. Morgan
2010-01-11Clean up of prctl code.Andrew G. Morgan
2010-01-03Add a test for maximal lock-down.Andrew G. Morgan
2009-12-25Oops. Don't reuse index for loop.Andrew G. Morgan
2009-11-23New features (setting user and groups)Andrew G. Morgan
2009-11-22Checkpoint.Andrew G. Morgan
2009-08-26Fix recent compilation issue - by reordering #includes.Andrew G. Morgan
2008-10-23A handy --decode=0xYYYYY flag for capsh.Andrew G. Morgan
2008-04-27Revised numbers for the SECUREBITS prctl()sAndrew G. Morgan
2008-03-29Add cap_clear_flag() function to clear one of the EIP capability flag vectorsAndrew G. Morgan
2008-02-21Extend capsh with --caps= --killit= --forkfor= and == supportAndrew G. Morgan
2008-02-03Support for prctl based securebits.Andrew G. Morgan
2008-01-24Fix malloc(size) but in capsh and numeric capabilities (for unnamed bits)Andrew G. Morgan
2008-01-21Introduce a capability shell wrapper; capsh.Andrew G. Morgan