spyce:python绑定到freebsd的capsicum API

时间:2021-06-04 16:38:42
【文件属性】:
文件名称:spyce:python绑定到freebsd的capsicum API
文件大小:24KB
文件格式:ZIP
更新时间:2021-06-04 16:38:42
Python 间谍 这是什么 spyce为 FreeBSD 的沙盒框架提供 Python 绑定。 它使用 ,因此它适用于 CPython 2 & 3 以及 PyPy。 注意:这仅针对 FreeBSD 10.1-RELEASE 进行过测试 它能做什么 spyce目前提供以下内容: 和所有 : from spyce import Rights , getFileRights , CAP_READ , CAP_SEEK with open ( 'somefile' , 'rb' ) as f : originalRights = getFileRights ( f ) assert originalRights & { CAP_READ , CAP_SEEK } Rights ([ CAP_READ
【文件预览】:
spyce-master
----MANIFEST.in(19B)
----docs()
--------api.rst(130B)
--------conf.py(8KB)
--------wrapper.rst(150B)
--------Makefile(7KB)
--------index.rst(344B)
----requirements-docs.txt(373B)
----spyce()
--------_api.py(14KB)
--------_binding_build.py(3KB)
--------_wrapper.py(3KB)
--------test()
--------__init__.py(20B)
--------_compat.py(211B)
----tox.ini(217B)
----vcversioner.py(10KB)
----LICENSE(1KB)
----setup.py(923B)
----.gitignore(112B)
----README.md(2KB)

网友评论