Update README.md

This commit is contained in:
JY Tan
2025-12-18 17:21:00 -08:00
parent cc031fe176
commit 938c47071d

View File

@@ -2,10 +2,7 @@
A Go implementation of process sandboxing with network and filesystem restrictions.
**`fence`** wraps arbitrary commands in a security sandbox, blocking network access by default and restricting filesystem operations based on configurable rules.
> [!NOTE]
> This is still a work in progress and may see significant changes.
**`fence`** wraps arbitrary commands in a security sandbox, blocking network access by default and restricting filesystem operations based on configurable rules. Useful for AI coding agents, untrusted code execution, or running processes with controlled side effects.
## Features