You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ deno cleanStack.ts
┏ ⚠️ Deno requests sys access to "homedir".
┠─ Requested by `node:os.homedir()` API.┠─ To see a stack trace for this prompt, set the DENO_TRACE_PERMISSIONS environmental variable.┠─ Learn more at: https://docs.deno.com/go/--allow-sys┠─ Run again with --allow-sys to bypass this prompt.
This flag can be specified with a list of allowed interfaces from the following list: hostname, osRelease, osUptime, loadavg, networkInterfaces, systemMemoryInfo, uid, and gid.
I'd rather not make naive a PR adding "homedir" without knowing how this works under the hood (is "homedir" part of a "node:os" family of flags that should be documented? what other flags should be listed?).
The text was updated successfully, but these errors were encountered:
dandv
changed the title
Document the 'homedir' --allow-sys permission
--allow-sys permission flags not documented
Jan 13, 2025
cleanStack.ts:
https://docs.deno.com/runtime/fundamentals/security/#system-information doesn't list
homedir
amongI'd rather not make naive a PR adding "homedir" without knowing how this works under the hood (is "homedir" part of a "node:os" family of flags that should be documented? what other flags should be listed?).
The text was updated successfully, but these errors were encountered: