Add environment sanitization

This commit is contained in:
JY Tan
2025-12-25 20:47:11 -08:00
parent 32d785c703
commit f86d9a2c82
17 changed files with 340 additions and 31 deletions

View File

@@ -1,6 +1,5 @@
//go:build linux
// Package sandbox provides sandboxing functionality for macOS and Linux.
package sandbox
import (