LICENSE
README.md
pyproject.toml
sandtrap/__init__.py
sandtrap/builtins.py
sandtrap/errors.py
sandtrap/factory.py
sandtrap/gates.py
sandtrap/policy.py
sandtrap/py.typed
sandtrap/refs.py
sandtrap/resource_limits.py
sandtrap/rewriter.py
sandtrap/sandbox.py
sandtrap/wrappers.py
sandtrap.egg-info/PKG-INFO
sandtrap.egg-info/SOURCES.txt
sandtrap.egg-info/dependency_links.txt
sandtrap.egg-info/requires.txt
sandtrap.egg-info/top_level.txt
sandtrap/fs/__init__.py
sandtrap/net/__init__.py
sandtrap/net/context.py
sandtrap/net/patch.py
sandtrap/net/socket.py
sandtrap/process/__init__.py
sandtrap/process/landlock.py
sandtrap/process/platform.py
sandtrap/process/protocol.py
sandtrap/process/sandbox.py
sandtrap/process/seatbelt.py
sandtrap/process/seccomp.py
sandtrap/process/worker.py
tests/test_async.py
tests/test_checkpoint.py
tests/test_enhanced_policy.py
tests/test_fs.py
tests/test_gates.py
tests/test_imports.py
tests/test_isolation.py
tests/test_net.py
tests/test_policy.py
tests/test_process_sandbox.py
tests/test_refs.py
tests/test_resource_limits.py
tests/test_rewriter.py
tests/test_sandbox.py
tests/test_sandbox_factory.py
tests/test_vfs_import.py
tests/test_wrappers.py