Skip to content

Commit 0d8e1bb

Browse files
sanafayyaz315claude
andcommitted
docs(langflow): add security note for rootful mode workaround
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent a99e8c0 commit 0d8e1bb

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

  • agents/langflow/simple_tool_calling_agent

agents/langflow/simple_tool_calling_agent/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ make llama-server
9797
make run
9898
```
9999

100-
> **macOS: If `make run` fails with `statfs ... init-db.sh: operation not permitted`:** your Podman machine needs
100+
> **macOS: If `make run` fails with `statfs ... init-db.sh: operation not permitted`:** your Podman machine may need
101101
> rootful mode. This happens on some configurations where the VM cannot bind-mount host files in rootless mode. Run:
102102
>
103103
> ```bash
@@ -106,6 +106,9 @@ make run
106106
> podman machine start
107107
> make run
108108
> ```
109+
>
110+
> Note: rootful mode reduces container isolation. If you want to revert after you're done working with this agent,
111+
> run `podman machine set --rootful=false` — but you will need to set rootful mode again before running `make run`.
109112
110113
### Import the flow
111114

0 commit comments

Comments
 (0)