You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
593 B

libseccomp: libseccomp (Enhanced Seccomp library)
libseccomp:
libseccomp: The libseccomp library provides an easy to use, platform independent,
libseccomp: interface to the Linux Kernel's syscall filtering mechanism.
libseccomp: The libseccomp API is designed to abstract away the underlying BPF
libseccomp: based syscall filter language and present a more conventional
libseccomp: function-call based filtering interface that should be familiar to,
libseccomp: and easily adopted by, application developers.
libseccomp:
libseccomp: Homepage: https://github.com/seccomp/libseccomp
libseccomp: