From 6d32c48904bb62a827f7739f456758fd77aef60d Mon Sep 17 00:00:00 2001 From: EduardF1 <50618110+EduardF1@users.noreply.github.com> Date: Mon, 29 Jun 2026 11:05:27 +0200 Subject: [PATCH 1/2] docs: fix "it's" -> "its" in permissions reference --- runtime/reference/permissions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/reference/permissions.md b/runtime/reference/permissions.md index 57a27fd61..c17c1f3e5 100644 --- a/runtime/reference/permissions.md +++ b/runtime/reference/permissions.md @@ -495,7 +495,7 @@ and call functions from them. By default, executing code can not use the [`Deno.dlopen`](/api/deno/~/Deno.dlopen) API, as this would constitute a -violation of the principle that code can not escalate it's privileges without +violation of the principle that code can not escalate its privileges without user consent. In addition to [`Deno.dlopen`](/api/deno/~/Deno.dlopen), FFI can also be used From 29f985228e0337da0cef75c4a5243902f2bccb2b Mon Sep 17 00:00:00 2001 From: EduardF1 <50618110+EduardF1@users.noreply.github.com> Date: Mon, 29 Jun 2026 11:17:12 +0200 Subject: [PATCH 2/2] docs: bump last_modified for freshness check --- runtime/reference/permissions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/reference/permissions.md b/runtime/reference/permissions.md index c17c1f3e5..ee6b9e1fa 100644 --- a/runtime/reference/permissions.md +++ b/runtime/reference/permissions.md @@ -1,5 +1,5 @@ --- -last_modified: 2026-06-25 +last_modified: 2026-06-29 title: "Permissions" description: "Reference for Deno's permission system: how the runtime sandbox works and how to grant or deny file system, network, environment, system, subprocess, FFI, and import access with the --allow and --deny flags." oldUrl: