From c732763b143ebcb5f926d4214f7e6dc351d6c6dc Mon Sep 17 00:00:00 2001 From: Cat Date: Fri, 2 Jan 2026 18:18:37 +0100 Subject: [PATCH] docs: link to sys permissions --- runtime/fundamentals/security.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/runtime/fundamentals/security.md b/runtime/fundamentals/security.md index 58c9b77bd..db758df28 100644 --- a/runtime/fundamentals/security.md +++ b/runtime/fundamentals/security.md @@ -327,9 +327,7 @@ operating system release, system uptime, load average, network interfaces, and system memory information. Access to system information is granted using the `--allow-sys` flag. This flag -can be specified with a list of allowed interfaces from the following list: -`hostname`, `osRelease`, `osUptime`, `loadavg`, `networkInterfaces`, -`systemMemoryInfo`, `uid`, and `gid`. These strings map to functions in the +can be specified with a list of allowed interfaces from the list defined in [Deno.SysPermissionDescriptor](/api/deno/~/Deno.SysPermissionDescriptor). These strings map to functions in the `Deno` namespace that provide OS info, like [Deno.systemMemoryInfo](https://docs.deno.com/api/deno/~/Deno.SystemMemoryInfo).