Skip to content

An interface to libseccomp using ctypes. API compatible with libseccomp's Python bindings.

License

Notifications You must be signed in to change notification settings

cptpcrd/pyseccomp

Repository files navigation

pyseccomp

PyPI Python Versions GitHub Actions codecov

An interface to libseccomp using ctypes.

This library is API compatible with libseccomp's Python bindings, but it's available on PyPI and it's written in pure Python.

This is the intended use case:

try:
    import seccomp
except ImportError:
    import pyseccomp as seccomp

About

An interface to libseccomp using ctypes. API compatible with libseccomp's Python bindings.

Resources

License

Stars

Watchers

Forks

Packages

No packages published