Skip to content

Add libcap-ng 0.8.2 and libseccomp 2.5.1 #2151

Merged
merged 2 commits into from
May 28, 2021
Merged

Commits on May 28, 2021

  1. libcap-ng: Add version 0.8.2

    From the [GitHub project page][1]:
    
    > Libcap-ng is a library for Linux that makes using posix capabilities
    > easy.
    
    virtiofsd requires libcap-ng:
    
        ../tools/meson.build:12:6: ERROR: Problem encountered: virtiofsd requires libcap-ng-devel and seccomp-devel
    
    Run `autogen.sh` in the source directory, as it requires `configure.ac`
    in the same directory, and Bee’s buildtype *autogen* is run from the
    build directory. Running it manually, the buildtype *autotools* is used.
    
        [BEE] using magic buildtype 'autotools' from '/usr/libexec/bee/beesh.d/autotools.sh' ..
    
    [1]: https://github.com/stevegrubb/libcap-ng/
    pmenzel committed May 28, 2021
    Configuration menu
    Copy the full SHA
    7f3dcf1 View commit details
    Browse the repository at this point in the history
  2. libseccomp: Add version 2.5.1

    From the [Web site][1]:
    
    > The libseccomp library provides an easy to use, platform independent,
    > interface to the Linux Kernel's syscall filtering mechanism. The
    > libseccomp API is designed to abstract away the underlying BPF based
    > syscall filter language and present a more conventional function-call
    > based filtering interface that should be familiar to, and easily
    > adopted by, application developers.
    
    virtiofsd requires libseccomp:
    
        ../tools/meson.build:12:6: ERROR: Problem encountered: virtiofsd requires libcap-ng-devel and seccomp-devel
    
    [1]: https://github.com/seccomp/libseccomp
    pmenzel committed May 28, 2021
    Configuration menu
    Copy the full SHA
    87d1d2a View commit details
    Browse the repository at this point in the history