[docs] docs: sync with selective mounting and security features#742
Closed
github-actions[bot] wants to merge 1 commit intomainfrom
Closed
[docs] docs: sync with selective mounting and security features#742github-actions[bot] wants to merge 1 commit intomainfrom
github-actions[bot] wants to merge 1 commit intomainfrom
Conversation
- Add --allow-full-filesystem-access flag to docs/usage.md - Add link to docs/selective-mounting.md in README.md - Update AGENTS.md container architecture to reflect selective mounting default - Update docs/architecture.md with security features: - Selective mounting and credential protection - One-shot token library (LD_PRELOAD) - MCP logs directory protection Changes sync documentation with code from PRs: - #681 (selective mounting) - #706, #709, #710 (mcp-logs hiding) - #604, #640 (one-shot token library)
Contributor
Author
|
PRs: [docs] docs: sync with selective mounting and security features | Lpcox/port one shot token rust
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Documentation Sync - February 5-12, 2026
This PR synchronizes documentation with code changes from the past 7 days, focusing on the selective mounting security feature and related architectural updates.
Changes Made
--allow-full-filesystem-accessCLI flag documentation with security warningdocs/selective-mounting.mdin the "Explore the docs" sectionCode Changes Referenced
--allow-full-filesystem-accessflag was added but not documented indocs/usage.mddocs/usage.mdwas missing the selective mounting flagVerification
docs/selective-mounting.mdare correct (document exists and is current)--allow-full-filesystem-accessImpact
These documentation updates are critical for security awareness - users need to know that:
--allow-full-filesystem-accessflag disables this protection