README.md
pyproject.toml
setup.py
src/sandlock/__init__.py
src/sandlock/_handler_ffi.py
src/sandlock/_profile.py
src/sandlock/_sdk.py
src/sandlock/_version.py
src/sandlock/exceptions.py
src/sandlock/handler.py
src/sandlock/inputs.py
src/sandlock/presets.py
src/sandlock/sandbox.py
src/sandlock.egg-info/PKG-INFO
src/sandlock.egg-info/SOURCES.txt
src/sandlock.egg-info/dependency_links.txt
src/sandlock.egg-info/entry_points.txt
src/sandlock.egg-info/requires.txt
src/sandlock.egg-info/top_level.txt
src/sandlock/mcp/__init__.py
src/sandlock/mcp/__main__.py
src/sandlock/mcp/_builtins.py
src/sandlock/mcp/_policy.py
src/sandlock/mcp/_sandbox.py
src/sandlock/mcp/_worker.py
src/sandlock/mcp/server.py
tests/test_checkpoint.py
tests/test_chroot_cow.py
tests/test_chroot_legacy_syscalls.py
tests/test_fs_mount.py
tests/test_handler_smoke.py
tests/test_http_inject_ca.py
tests/test_lifecycle.py
tests/test_mcp.py
tests/test_mcp_integration.py
tests/test_pipeline.py
tests/test_policy_fn.py
tests/test_profile.py
tests/test_protection.py
tests/test_sandbox.py
tests/test_sandbox_config.py