| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -80,6 +80,10 @@ process.permission.has('fs.read', '/home/rafaelgss/protected-folder'); // false | |||
| 80 | 80 | ||
| 81 | 81 | #### File System Permissions | |
| 82 | 82 | ||
| 83 | + The Permission Model, by default, restricts access to the file system through the `node:fs` module. | ||
| 84 | + It does not guarantee that users will not be able to access the file system through other means, | ||
| 85 | + such as through the `node:sqlite` module. | ||
| 86 | + | ||
| 83 | 87 | To allow access to the file system, use the [`--allow-fs-read`][] and | |
| 84 | 88 | [`--allow-fs-write`][] flags: | |
| 85 | 89 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments