AWS quick documentation change
Summary
Added clarification about sandbox access to system temporary directories regardless of folder permissions, specifying paths for Windows, macOS, and Linux.
Security assessment
The change documents existing sandbox behavior regarding temporary directory access but doesn't reference any vulnerability fix or security incident. It's a transparency update about system behavior without security feature additions.
Diff
diff --git a/quick/latest/userguide/system-tools-desktop.md b/quick/latest/userguide/system-tools-desktop.md index 27c280a89..d100b4f2c 100644 --- a//quick/latest/userguide/system-tools-desktop.md +++ b//quick/latest/userguide/system-tools-desktop.md @@ -138,0 +139,4 @@ Code Execution has the following key characteristics. +###### Note + +The sandbox also has access to the system temporary directories regardless of your folder permission settings. On Windows, these are `C:\TEMP`, `C:\TMP`, `\TEMP`, and `\TMP`. On macOS and Linux, these are `/tmp`, `/var/tmp`, and `/usr/tmp`. + @@ -143 +147 @@ Code Execution has the following key characteristics. - * File access within the sandbox follows the same folder permissions you configure in **Settings** > **My computer**. + * File access within the sandbox follows the same folder permissions you configure in **Settings** > **My computer**. In addition, the sandbox always has access to system temporary directories. On Windows, these are `C:\TEMP`, `C:\TMP`, `\TEMP`, and `\TMP`. On macOS and Linux, these are `/tmp`, `/var/tmp`, and `/usr/tmp`.