capability library: includes libcap2 file caps, setcap, getcap and capsh

Clone this repo:
  1. 5fe16e1 cap: avoid recursive read lock in file capability writes by Furan666 · 6 days ago master
  2. 8811ea8 capsh: reject malformed numeric --groups values by Darren Carreras · 6 weeks ago
  3. e435fc5 Implement parity with libcap for Effective file capability computation by Andrew G. Morgan · 4 weeks ago
  4. bd54ca5 capsh: reject numeric option values that do not fit 32 bits by Sayed Kaif · 8 weeks ago
  5. 4ff9ec0 cap: reject scanner errors in FromText by Darren Carreras · 7 weeks ago
  6. 462762b cap: reject IDs that overflow uid_t and gid_t by Video Wheel Control · 7 weeks ago
  7. cac2e8e cap: reject process IDs that overflow pid_t by solim · 7 weeks ago
  8. 35e8ea4 cap_flag: reject negative bit in the cap_iab_t vector accessors by Sayed Kaif · 10 weeks ago
  9. 5cc7575 setcap: reject -n rootid values that do not fit uid_t by Sayed Kaif · 10 weeks ago
  10. ccbeb41 Minor style adjustment for human readability. by Andrew G. Morgan · 3 months ago
  11. 6267b46 cap_extint: avoid signed shift overflow in cap_copy_int() by Sayed Kaif · 3 months ago
  12. 4689e8e Consistently use 32-bit variant of setuid/setgid calls on legacy archs. by Andrew G. Morgan · 3 months ago
  13. 27e899d cap_proc: use 32-bit-clean setuid/setgid syscalls in the psx path by Sayed Kaif · 3 months ago
  14. 4bef9a8 Cast getdents64() return as ssize_t and not the unsigned size_t. by Andrew G. Morgan · 3 months ago
  15. 5772dcd Avoid "thumb" in favor of "arm" instructions in the PSX mechanism. by Andrew G. Morgan · 4 months ago
  16. 534ded0 Fix a test's link order to be -lpsx (with flags) before -lcap. by Andrew G. Morgan · 5 months ago
  17. 9641cff Remove libpsx's dependency on libc:atfork(). by Andrew G. Morgan · 5 months ago
  18. 3ea5697 Stop inlining bugzilla.kernel.org as its future is uncertain. by Andrew G. Morgan · 5 months ago
  19. a1fef85 Up the release version to 2.78 by Andrew G. Morgan · 5 months ago cap/v1.2.78 libcap-2.78 libcap-korg-2.78 psx/v1.2.78 sig-libcap-2.78 v1.2.78
  20. 472547b Restore parity between libcap and the Go cap package by Andrew G. Morgan · 6 months ago