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
@@ -121,6 +122,46 @@ On Linux, clipboard requires access to Wayland sockets (`/run/user/UID/wayland-0
121
122
122
123
FreeBSD does not currently have sandboxing enabled. A full Capsicum sandbox using `cap_enter()` with `libcasper` for privileged process lookup is planned — see [ROADMAP.md](ROADMAP.md) for details.
123
124
125
+
## Restricted Token Sandboxing (Windows)
126
+
127
+
On Windows, RustNet removes dangerous privileges from the process token and applies a Job Object to prevent child process creation after initialization.
128
+
129
+
### What Gets Restricted
130
+
131
+
| Restriction | Description |
132
+
|-------------|-------------|
133
+
| Privilege removal | SeDebugPrivilege, SeTakeOwnershipPrivilege, SeBackupPrivilege, SeRestorePrivilege, and other dangerous privileges permanently removed |
0 commit comments