pyseccomp:使用ctypes的libseccomp的接口。 与libseccomp的Python绑定兼容的API

时间:2024-04-04 00:05:54
【文件属性】:

文件名称:pyseccomp:使用ctypes的libseccomp的接口。 与libseccomp的Python绑定兼容的API

文件大小:24KB

文件格式:ZIP

更新时间:2024-04-04 00:05:54

Python

pyseccomp 使用ctypes的libseccomp的接口。 该库与libseccomp的Python绑定兼容,但在PyPI上可用,并且是用纯Python编写的。 这是预期的用例: try : import seccomp except ImportError : import pyseccomp as seccomp


【文件预览】:
pyseccomp-master
----setup.py(61B)
----pylintrc(399B)
----.gitignore(100B)
----codecov.yml(51B)
----pyproject.toml(261B)
----pyseccomp.py(14KB)
----.isort.cfg(185B)
----LICENSE(1KB)
----Pipfile.lock(24KB)
----setup.cfg(643B)
----.github()
--------workflows()
----scripts()
--------format.sh(469B)
--------check.sh(419B)
----README.md(825B)
----tests()
--------test_filter_manipulate.py(4KB)
--------test_misc.py(2KB)
--------__init__.py(0B)
--------test_filter_load.py(4KB)
--------test_notification.py(2KB)
--------util.py(578B)
--------test_ffi.py(426B)
----pytest.ini(56B)
----Pipfile(462B)
----.coveragerc(92B)
----.flake8(31B)
----mypy.ini(37B)

网友评论