refactor(fs)!: remove read_text_file and write_text_file commands (#3605)

`readTextFile` and `writeTextFile` now go through `read_file` and
`write_file`, so the `allow-read-text-file`, `deny-read-text-file`,
`allow-write-text-file` and `deny-write-text-file` permissions are gone;
grant `fs:allow-read-file` and `fs:allow-write-file` instead.
This commit is contained in:
Lucas Fernandes Nogueira
2026-09-22 06:04:53 -03:00
committed by GitHub
parent 120d00558e
commit 5c077a3812
13 changed files with 10 additions and 123 deletions
-2
View File
@@ -86,12 +86,10 @@ const COMMANDS: &[&str] = &[
"truncate",
"ftruncate",
"write",
"write_text_file",
"read_dir",
"read_file",
"read",
"open",
"read_text_file",
"read_text_file_lines_next",
"seek",
"stat",