# # An alternate POSIX capabilities library. # # The libcap-ng library is intended to make programming with POSIX # capabilities much easier than the traditional libcap library. # # It includes utilities that can analyse all currently running # applications and print out any capabilities and whether or not it has # an open ended bounding set. An open bounding set without the securebits # "NOROOT" flag will allow full capabilities escalation for apps # retaining UID 0 simply by calling execve. # QICFLAGS="-O2 -march=x86-64 -fstack-clash-protection -fcf-protection=full -fstack-protector-strong --param=ssp-buffer-size=4 -pipe" QICXXFLAGS="-O2 -march=x86-64 -fstack-clash-protection -fcf-protection=full -fstack-protector-strong --param=ssp-buffer-size=4 -pipe" QILDFLAGS="-s" QICPPFLAGS="-D_FORTIFY_SOURCE=2" pkgname=libcap-ng pkgversion=0.8.3 arch=amd64 release=1 pkgcategory="libs" full_pkgname=libcap-ng_0.8.3_amd64-1@libs blurb="An alternate POSIX capabilities library." homepage="https://people.redhat.com/sgrubb/libcap-ng/" license="GPLv2+, LGPLv2.1" fetch="https://people.redhat.com/sgrubb/libcap-ng/libcap-ng-0.8.3.tar.gz" replace=""