Skip to content

Commit

Permalink
libseccomp: Add version 2.5.1
Browse files Browse the repository at this point in the history
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
  • Loading branch information
pmenzel committed May 28, 2021
1 parent 7f3dcf1 commit 87d1d2a
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions libseccomp.be0
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
#!/usr/bin/env beesh

# BEE_VERSION libseccomp-2.5.1-0

SRCURL[0]="https://github.com/seccomp/libseccomp/releases/download/v${PKGVERSION}/libseccomp-${PKGVERSION}.tar.gz"

# PATCHURL+=()

# build_in_sourcedir

# sourcesubdir_append src

#mee_extract() {
# bee_extract "${@}"
#}

#mee_patch() {
# bee_patch "${@}"
#}

#mee_configure() {
# bee_configure
#}

#mee_build() {
# bee_build
#}

#mee_install() {
# bee_install
#}

#mee_install_post() {
# exit
#}

0 comments on commit 87d1d2a

Please sign in to comment.