| /OK3568_Linux_fs/yocto/poky/meta/recipes-support/libcap/files/ |
| H A D | 0001-ensure-the-XATTR_NAME_CAPS-is-defined-when-it-is-use.patch | 6 libcap-native in old release, like CentOS release 6.7 (Final), with the blow 14 libcap/cap_file.c | 2 +- 17 diff --git a/libcap/cap_file.c b/libcap/cap_file.c 19 --- a/libcap/cap_file.c 20 +++ b/libcap/cap_file.c 23 #include "libcap.h"
|
| H A D | 0001-nativesdk-libcap-Raise-the-size-of-arrays-containing.patch | 4 Subject: [PATCH] nativesdk-libcap: Raise the size of arrays containing dl 19 libcap/execable.h | 2 +- 22 diff --git a/libcap/execable.h b/libcap/execable.h 24 --- a/libcap/execable.h 25 +++ b/libcap/execable.h
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-support/libcap-ng/libcap-ng/ |
| H A D | determinism.patch | 14 Upstream-Status: Submitted [https://github.com/stevegrubb/libcap-ng/pull/30] 16 Index: libcap-ng-0.8.2/configure.ac 18 --- libcap-ng-0.8.2.orig/configure.ac 19 +++ libcap-ng-0.8.2/configure.ac 34 Index: libcap-ng-0.8.2/bindings/python3/Makefile.am 36 --- libcap-ng-0.8.2.orig/bindings/python3/Makefile.am 37 +++ libcap-ng-0.8.2/bindings/python3/Makefile.am 47 Index: libcap-ng-0.8.2/bindings/python/Makefile.am 49 --- libcap-ng-0.8.2.orig/bindings/python/Makefile.am 50 +++ libcap-ng-0.8.2/bindings/python/Makefile.am
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-support/libcap-ng/ |
| H A D | libcap-ng_0.8.2.bb | 1 require libcap-ng.inc 10 # Moving libcap-ng to base_libdir 13 mv -f ${D}${libdir}/libcap-ng.so.* ${D}${base_libdir}/ 15 ln -sf ${relpath}/libcap-ng.so.0.0.0 ${D}${libdir}/libcap-ng.so
|
| H A D | libcap-ng.inc | 2 DESCRIPTION = "The libcap-ng library is intended to make programming \ 3 with POSIX capabilities much easier than the traditional libcap library." 4 HOMEPAGE = "http://freecode.com/projects/libcap-ng" 10 SRC_URI = "https://people.redhat.com/sgrubb/libcap-ng/libcap-ng-${PV}.tar.gz \
|
| H A D | libcap-ng-python_0.8.2.bb | 1 require libcap-ng.inc 3 FILESEXTRAPATHS:prepend := "${THISDIR}/libcap-ng:" 9 DEPENDS += "libcap-ng python3 swig-native" 11 S = "${WORKDIR}/libcap-ng-${PV}"
|
| /OK3568_Linux_fs/buildroot/package/libcap-ng/ |
| H A D | Config.in | 2 bool "libcap-ng" 4 The libcap-ng library is intended to make programming with 5 posix capabilities much easier than the traditional libcap 10 http://people.redhat.com/sgrubb/libcap-ng/
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-support/pinentry/ |
| H A D | pinentry_1.2.0.bb | 23 PACKAGECONFIG ??= "ncurses libcap" 26 PACKAGECONFIG[libcap] = "--with-libcap, --without-libcap, libcap"
|
| /OK3568_Linux_fs/buildroot/package/libcap/ |
| H A D | 0001-libcap-Makefile-don-t-overwrite-empty-when-generatin.patch | 4 Subject: [PATCH] libcap/Makefile: don't overwrite 'empty' when generating 32 libcap/Makefile | 2 +- 35 diff --git a/libcap/Makefile b/libcap/Makefile 37 --- a/libcap/Makefile 38 +++ b/libcap/Makefile
|
| H A D | libcap.mk | 9 LIBCAP_SOURCE = libcap-$(LIBCAP_VERSION).tar.xz 14 LIBCAP_DEPENDENCIES = host-libcap host-gperf 28 LIBCAP_MAKE_DIRS = libcap
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/smartmontools/ |
| H A D | smartmontools_7.3.bb | 22 PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'libcap-ng selinux', d)}" 23 PACKAGECONFIG[libcap-ng] = "--with-libcap-ng=yes,--with-libcap-ng=no,libcap-ng"
|
| /OK3568_Linux_fs/buildroot/package/audit/ |
| H A D | audit.mk | 19 AUDIT_DEPENDENCIES += libcap-ng 20 AUDIT_CONF_OPTS += --with-libcap-ng=yes 22 AUDIT_CONF_OPTS += --with-libcap-ng=no 66 --without-libcap-ng
|
| /OK3568_Linux_fs/buildroot/package/wavemon/ |
| H A D | wavemon.mk | 17 WAVEMON_CONF_OPTS += --with-libcap 18 WAVEMON_DEPENDENCIES += libcap 20 WAVEMON_CONF_OPTS += --without-libcap
|
| /OK3568_Linux_fs/buildroot/package/smartmontools/ |
| H A D | smartmontools.mk | 15 SMARTMONTOOLS_CONF_OPTS += --with-libcap-ng 16 SMARTMONTOOLS_DEPENDENCIES += libcap-ng 18 SMARTMONTOOLS_CONF_OPTS += --without-libcap-ng
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/libtdb/ |
| H A D | libtdb_1.4.3.bb | 26 PACKAGECONFIG[libcap] = "--with-libcap,--without-libcap,libcap"
|
| /OK3568_Linux_fs/buildroot/package/smcroute/ |
| H A D | smcroute.mk | 16 SMCROUTE_DEPENDENCIES += libcap 17 SMCROUTE_CONF_OPTS += --with-libcap 19 SMCROUTE_CONF_OPTS += --without-libcap
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/libtevent/ |
| H A D | libtevent_0.10.2.bb | 29 PACKAGECONFIG[libcap] = "--with-libcap,--without-libcap,libcap"
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/libtalloc/ |
| H A D | libtalloc_2.3.3.bb | 26 PACKAGECONFIG[libcap] = "--with-libcap,--without-libcap,libcap"
|
| /OK3568_Linux_fs/buildroot/package/netdata/ |
| H A D | netdata.mk | 40 NETDATA_CONF_OPTS += --with-libcap 41 NETDATA_DEPENDENCIES += libcap 43 NETDATA_CONF_OPTS += --without-libcap
|
| /OK3568_Linux_fs/buildroot/package/irqbalance/ |
| H A D | irqbalance.mk | 17 IRQBALANCE_DEPENDENCIES += libcap-ng 18 IRQBALANCE_CONF_OPTS += --with-libcap-ng 20 IRQBALANCE_CONF_OPTS += --without-libcap-ng
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/iputils/ |
| H A D | iputils_20211215.bb | 26 PACKAGECONFIG ??= "libcap rarpd \ 29 PACKAGECONFIG[libcap] = "-DUSE_CAP=true, -DUSE_CAP=false -DNO_SETCAP_OR_SUID=true, libcap libcap-na…
|
| /OK3568_Linux_fs/buildroot/package/kismet/ |
| H A D | kismet.mk | 37 KISMET_DEPENDENCIES += libcap 38 KISMET_CONF_OPTS += --enable-libcap 40 KISMET_CONF_OPTS += --disable-libcap
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/libldb/ |
| H A D | libldb_2.3.4.bb | 25 PACKAGECONFIG[libcap] = "--with-libcap,--without-libcap,libcap"
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/clone3/ |
| H A D | clone3_cap_checkpoint_restore.c | 94 struct libcap { struct 102 struct libcap *cap; in set_capability() argument 121 cap = (struct libcap *) caps; in set_capability()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-connectivity/freeradius/files/ |
| H A D | freeradius-configure.ac-add-option-for-libcap.patch | 4 Subject: [PATCH 2/2] configure.ac: add option for libcap 23 +dnl # extra argument: --with-libcap 26 +AC_ARG_WITH(libcap,
|