README.md
pyproject.toml
setup.py
src/sandlock/__init__.py
src/sandlock/_profile.py
src/sandlock/_sdk.py
src/sandlock/_version.py
src/sandlock/exceptions.py
src/sandlock/inputs.py
src/sandlock/policy.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/_policy.py
src/sandlock/mcp/_sandbox.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_mcp.py
tests/test_mcp_integration.py
tests/test_pipeline.py
tests/test_policy.py
tests/test_policy_fn.py
tests/test_profile.py
tests/test_sandbox.py