[COPY] --- T2-COPYRIGHT-BEGIN --- [COPY] t2/package/*/libcap/libcap.desc [COPY] Copyright (C) 2004 - 2025 The T2 SDE Project [COPY] Copyright (C) 1998 - 2004 ROCK Linux Project [COPY] SPDX-License-Identifier: GPL-2.0 [COPY] --- T2-COPYRIGHT-END --- [I] A library for getting and setting POSIX.1e capabilities [T] As of Linux 2.2.0, the power of the superuser has been partitioned [T] into a set of discrete capabilities (in other places, these [T] capabilities are know as privileges). [T] [T] The contents of the libcap package are a library and a number of [T] simple programs that are intended to show how an application/daemon [T] can be protected (with wrappers) or rewritten to take advantage of [T] this fine grained approach to constraining the danger to your system [T] from programs running as 'root'. [A] Andrew G. Morgan [M] Rene Rebe [C] base/library [F] CROSS FAT-LTO.gcc [R] - avr32 [L] GPL [S] Stable [V] 2.76 [P] X --2--5---9 126.500 [D] c0e7a5887e7e680bdba062bb739f3fe4d44e75d776e068dd65aa4c9a libcap-2.76.tar.xz https://www.kernel.org/pub/linux/libs/security/linux-privs/libcap2/ # Make.rules run ldd on ld to "auto"-detect libdir :-/ var_append makeopt ' ' "lib=${libdir##*/}" var_append makeinstopt ' ' "lib=${libdir##*/}" # Go stuff just fails var_append makeopt ' ' GOLANG=no var_append makeinstopt ' ' GOLANG=no atstage cross && var_append makeopt ' ' "OBJCOPY=$OBJCOPY" && var_append makeinstopt ' ' RAISE_SETFCAP=no var_remove_regex makeopt ' ' 'LD=.*' # for cross builds, requires gcc with flags var_remove_regex makeinstopt ' ' 'LD=.*'