Skip to main content

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

Project description

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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyseccomp-0.1.2.tar.gz (4.9 kB view hashes)

Uploaded Source

Built Distribution

pyseccomp-0.1.2-py3-none-any.whl (5.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page