Searched +full:libcap +full:- +full:dev (Results 1 – 25 of 66) sorted by relevance
123
| /external/libcap/ |
| D | Makefile | 2 # Makefile for libcap 11 all test sudotest install clean: %: %-here 12 $(MAKE) -C libcap $@ 14 $(MAKE) -C pam_cap $@ 17 $(MAKE) -C go $@ 18 rm -f cap/go.sum 20 $(MAKE) -C tests $@ 21 $(MAKE) -C progs $@ 22 $(MAKE) -C doc $@ 24 all-here: [all …]
|
| D | Make.Rules | 1 # Common version number defines for libcap 2 LIBTITLE=libcap 14 # Autoconf-style prefixes are activated when $(prefix) is defined. 21 lib=$(shell ldd /usr/bin/ld|grep -E "ld-linux|ld.so"|cut -d/ -f2) 63 KERNEL_HEADERS := $(topdir)/libcap/include/uapi 64 LIBCAP_INCLUDES = -I$(KERNEL_HEADERS) -I$(topdir)/libcap/include 65 DEFINES := -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 70 LD := $(CC) -Wl,-x -shared 79 DEBUG = # -g -DDEBUG 80 WARNINGS=-Wall -Wwrite-strings -Wpointer-arith -Wcast-qual -Wcast-align \ [all …]
|
| /external/bpftool/src/ |
| D | Makefile.feature | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 8 CFLAGS += -Wno-unused-command-line-argument 24 QUIET_STDERR := 2>/dev/null 27 ### feature-clang-bpf-co-re 31 $(CLANG) -g -target bpf -S -o - -x c - $(QUIET_STDERR) | grep -q BTF_KIND_VAR 33 ifneq ($(findstring clang-bpf-co-re,$(FEATURE_TESTS)),) 34 $(call LOG,Probing: feature-clang-bpf-co-re) 35 feature-clang-bpf-co-re := \ 37 endif # clang-bpf-co-re 39 ### feature-libbfd [all …]
|
| /external/selinux/ |
| D | README.md | 7 [](https:/… 16 SELinux-based system. 24 ------------ 32 * Gentoo (https://packages.gentoo.org/packages/sys-apps/policycoreutils) 34 * Yocto Project (http://git.yoctoproject.org/cgit/cgit.cgi/meta-selinux/tree/recipes-security/selin… 39 -------------------- 46 audit-libs-devel \ 48 bzip2-devel \ 49 CUnit-devel \ 54 glib2-devel \ [all …]
|
| /external/sandboxed-api/cmake/modules/ |
| D | FindLibcap.cmake | 7 # https://www.apache.org/licenses/LICENSE-2.0 15 # On Debian, install libcap-dev to use this module. 23 find_package_handle_standard_args(libcap 27 if(libcap_FOUND AND NOT TARGET libcap::libcap) 28 add_library(libcap::libcap UNKNOWN IMPORTED) 29 set_target_properties(libcap::libcap PROPERTIES
|
| /external/oss-fuzz/projects/selinux/ |
| D | Dockerfile | 7 # http://www.apache.org/licenses/LICENSE-2.0 17 FROM gcr.io/oss-fuzz-base/base-builder 18 RUN apt-get update && \ 19 apt-get install -y bison \ 24 libaudit-dev \ 25 libbz2-dev \ 26 libcap-dev \ 27 libcap-ng-dev \ 28 libglib2.0-dev \ 29 libpcre3-dev \ [all …]
|
| /external/selinux/.circleci/ |
| D | config.yml | 9 - image: circleci/python:3.6 12 - checkout 15 - run: sudo apt-get update -qq 16 …- run: sudo apt-get install -qq bison clang clang-tools flex gawk gettext libaudit-dev libcap-dev … 18 - run: 25 - run: 28 …curl --location --retry 10 -o refpolicy.tar.bz2 https://github.com/SELinuxProject/refpolicy/releas… 29 tar -xvjf refpolicy.tar.bz2 30 sed -e "s,^PREFIX :=.*,PREFIX := $DESTDIR/usr," -i refpolicy/support/Makefile.devel 31 sudo make -C refpolicy install-headers [all …]
|
| /external/tcpdump/ |
| D | .cirrus.yml | 3 LIBPCAP_GIT: https://github.com/the-tcpdump-group/libpcap.git 6 name: freebsd-amd64 12 - image_family: freebsd-12-3 15 - image_family: freebsd-13-1 20 MAKEFLAGS: -j 3 23 - pkg install -qy git autoconf gcc12 llvm14 24 - pkg install -qy cmake # for build_matrix.sh and build.sh 25 - pkg install -qy pkgconf # for cmake, replaces pkg-config 26 - pkg install -qy sudo # for some tcpdump commands 27 - echo '$ git clone [...] libpcap.git' [all …]
|
| /external/bpftool/.github/workflows/ |
| D | release.yaml | 6 - 'v[0-9]+.[0-9]+.[0-9]*' 9 group: ${{ github.workflow }}-${{ github.event.after }} 10 cancel-in-progress: true 13 # https://github.com/llvm/llvm-project/releases/tag/llvmorg-15.0.0 14 LLVM_URL_PREFIX: https://github.com/llvm/llvm-project/releases/download/llvmorg-15.0.0 15 LLVM_arm64: clang+llvm-15.0.0-aarch64-linux-gnu 16 LLVM_amd64: clang+llvm-15.0.0-x86_64-linux-gnu-rhel-8.4 21 runs-on: ubuntu-22.04 24 FILE_STRING_ARCH_amd64: x86-64 32 - name: Install dependencies (amd64) [all …]
|
| /external/ltp/ci/ |
| D | debian.minimal.sh | 1 #!/bin/sh -eux 2 # SPDX-License-Identifier: GPL-2.0-or-later 3 # Copyright (c) 2018-2023 Petr Vorel <pvorel@suse.cz> 5 apt="apt remove -y" 10 libacl1-dev \ 11 libaio-dev \ 13 libcap-dev \ 14 libkeyutils-dev \ 15 libnuma-dev \ 17 libselinux1-dev \ [all …]
|
| D | alpine.sh | 1 #!/bin/sh -eux 2 # SPDX-License-Identifier: GPL-2.0-or-later 3 # Copyright (c) 2019-2022 Petr Vorel <petr.vorel@gmail.com> 8 acl-dev \ 16 keyutils-dev \ 17 libaio-dev \ 19 libcap-dev \ 20 libselinux-dev \ 21 libsepol-dev \ 22 libtirpc-dev \ [all …]
|
| D | ubuntu.sh | 1 #!/bin/sh -eux 2 # SPDX-License-Identifier: GPL-2.0-or-later 3 # Copyright (c) 2018-2021 Petr Vorel <pvorel@suse.cz> 5 # workaround for missing oldstable-updates repository 6 # W: Failed to fetch http://deb.debian.org/debian/dists/oldstable-updates/main/binary-amd64/Packages 7 grep -v oldstable-updates /etc/apt/sources.list > /tmp/sources.list && mv /tmp/sources.list /etc/ap… 14 apt="apt install -y --no-install-recommends" 17 acl-dev \ 22 build-essential \ 30 libacl1-dev \ [all …]
|
| D | debian.sh | 1 #!/bin/sh -eux 2 # SPDX-License-Identifier: GPL-2.0-or-later 3 # Copyright (c) 2018-2021 Petr Vorel <pvorel@suse.cz> 5 # workaround for missing oldstable-updates repository 6 # W: Failed to fetch http://deb.debian.org/debian/dists/oldstable-updates/main/binary-amd64/Packages 7 grep -v oldstable-updates /etc/apt/sources.list > /tmp/sources.list && mv /tmp/sources.list /etc/ap… 14 apt="apt install -y --no-install-recommends" 17 acl-dev \ 22 build-essential \ 30 libacl1-dev \ [all …]
|
| /external/libwebsockets/ |
| D | gen_lws_config_h.sh | 8 if [[ $1 == "debug" ]] || [[ $1 == "-d" ]]; then 20 set -o errexit 21 MY_LOCATION="$( cd -P "$( dirname "$SOURCE" )" >/dev/null 2>&1 && pwd )" 39 # $1 -> libname 40 # $2 -> optional, lib file extension 41 local libext=${2:-".a"} 43 …local res=`find ${ANDROID_ROOTDIR}/out -type f | egrep "$libname$" | egrep "$(uname -m)" | egrep -… 48 # replace in-place 'from' with 'to' in CMAKE_ANDROID_FILE 54 local cmake_android_file=${3:-"${CMAKE_ANDROID_FILE}"} 56 local to=$(echo $2 | sed -r 's/\//\\\//g') [all …]
|
| /external/libcap/libcap/ |
| D | Makefile | 21 # Always build libcap sources this way: 22 CFLAGS += -fPIC 26 MAGIC=-Wl,-e,__so_start 28 INCLS=libcap.h cap_names.h $(INCS) 57 INCLUDE_GPERF_OUTPUT = -DINCLUDE_GPERF_OUTPUT='"$(GPERF_OUTPUT)"' 61 $(BUILD_SED) -e 's,@prefix@,$(prefix),' \ 62 -e 's,@exec_prefix@,$(exec_prefix),' \ 63 -e 's,@libdir@,$(LIBDIR),' \ 64 -e 's,@includedir@,$(inc_prefix)/include,' \ 65 -e 's,@VERSION@,$(VERSION).$(MINOR),' \ [all …]
|
| /external/libcap/contrib/bug216610/ |
| D | README.md | 12 [`"psx"`](https://pkg.go.dev/kernel.org/pub/linux/libs/security/libcap/psx) 13 package. The bug-filer was seeking an alternative to `CGO_ENABLED=1` 16 [`panic()`](https://cs.opensource.google/go/go/+/refs/tags/go1.19.2:src/runtime/os_linux.go;l=717-7… 20 trick to combining a non-CGO built binary with compiled C code. I 23 Wiki](https://zchee.github.io/golang-wiki/GcToolchainTricks/). 30 binary _without_ use of cgo. In such a binary, the Go-native version 43 - Some C code for the functions `fib_init()` and `fib_next()` that 48 - Some Go code, in the directory `go/fibber` that uses this C compiled 51 - `c/gcc.sh` which is a wrapper for `gcc` that adjusts the compilation 54 wrapper generates an incomplete binary - which miscomputes the [all …]
|
| /external/crosvm/tools/ |
| D | install-armhf-deps | 3 # Use of this source code is governed by a BSD-style license that can be 5 set -ex 7 sudo apt-get install --yes --no-install-recommends \ 8 gcc-arm-linux-gnueabihf \ 9 libavcodec-dev:armhf \ 10 libavutil-dev:armhf \ 11 libc-dev:armhf \ 12 libcap-dev:armhf \ 13 libdbus-1-dev:armhf \ 14 libdrm-dev:armhf \ [all …]
|
| D | install-aarch64-deps | 3 # Use of this source code is governed by a BSD-style license that can be 5 set -ex 7 sudo apt-get install --yes --no-install-recommends \ 8 gcc-aarch64-linux-gnu \ 9 ipxe-qemu \ 10 libavcodec-dev:arm64 \ 11 libavutil-dev:arm64 \ 12 libc-dev:arm64 \ 13 libcap-dev:arm64 \ 14 libdbus-1-dev:arm64 \ [all …]
|
| /external/bpftool/ |
| D | Dockerfile | 2 # $ docker build -f Dockerfile -t bpftool . 4 # $ docker run --rm -ti --privileged --pid=host bpftool prog 12 apt-get update && \ 13 apt-get -y install --no-install-recommends \ 14 build-essential \ 15 libelf-dev \ 16 libz-dev \ 17 libcap-dev \ 18 clang llvm llvm-dev lld \ 19 binutils-dev \ [all …]
|
| /external/libbpf/.github/actions/build-selftests/ |
| D | action.yml | 1 name: 'build-selftests' 4 repo-path: 19 - shell: bash 23 …sudo apt-get install -y qemu-kvm zstd binutils-dev elfutils libcap-dev libelf-dev libdw-dev python… 25 - shell: bash 29 export REPO_PATH="${{ inputs.repo-path }}"
|
| /external/oss-fuzz/projects/usbguard/ |
| D | Dockerfile | 7 # http://www.apache.org/licenses/LICENSE-2.0 17 FROM gcr.io/oss-fuzz-base/base-builder 19 RUN apt-get update && apt-get install -y \ 24 pkg-config \ 25 libxml2-utils \ 27 libqb-dev \ 28 libprotobuf-dev \ 29 protobuf-compiler \ 30 libdbus-1-dev \ 31 libdbus-glib-1-dev \ [all …]
|
| /external/oss-fuzz/projects/frr/ |
| D | Dockerfile | 7 # http://www.apache.org/licenses/LICENSE-2.0 17 FROM gcr.io/oss-fuzz-base/base-builder 19 RUN apt-get update && apt-get install -y git autoconf automake libtool make \ 20 libreadline-dev texinfo libjson-c-dev pkg-config bison flex python3-pip \ 21 libc-ares-dev python3-dev python3-sphinx build-essential libsystemd-dev \ 22 libsnmp-dev libcap-dev libelf-dev libpcre3-dev libpcre2-dev 26 RUN git clone --depth 1 --branch fuzz https://github.com/FRRouting/frr 28 RUN git clone --depth 1 https://github.com/qlyoung/corpi
|
| /external/oss-fuzz/projects/qemu/ |
| D | Dockerfile | 7 # http://www.apache.org/licenses/LICENSE-2.0 17 FROM gcr.io/oss-fuzz-base/base-builder 18 RUN apt-get update && apt-get install -y make autoconf automake libtool ninja-build libglib2.0-dev \ 19 libfdt-dev libpixman-1-dev zlib1g-dev patchelf wget \ 20 libattr1 libattr1-dev libcap-ng-dev pkg-config 21 RUN git clone --depth 1 https://git.qemu.org/git/qemu.git qemu
|
| /external/libbpf/.github/actions/setup/ |
| D | action.yml | 6 - id: variables 14 echo sudo apt-get update >> /tmp/ci_setup 15 …echo sudo apt-get install -y aptitude qemu-kvm zstd binutils-dev elfutils libcap-dev libelf-dev li… 17 echo export AUTHOR_EMAIL="$(git log -1 --pretty=\"%aE\")" >> /tmp/ci_setup
|
| /external/mesa3d/.gitlab-ci/container/debian/ |
| D | x86_64_test-gl.sh | 4 set -e 5 set -o xtrace 10 apt-get install -y libelogind0 # this interfere with systemd deps, install separately 16 "clang-${LLVM_VERSION}" 19 glslang-tools 20 libasound2-dev 21 libcap-dev 22 "libclang-cpp${LLVM_VERSION}-dev" 23 libdrm-dev 24 libgles2-mesa-dev [all …]
|
123