feat: frictionless sandboxing

This commit is contained in:
Nik L
2026-04-01 15:59:59 -04:00
parent a45888a89b
commit 3fd6d63fa3
7 changed files with 19 additions and 17 deletions

View File

@@ -239,8 +239,8 @@ export function Control() {
</div>
<p className="text-xs text-muted-foreground font-serif leading-relaxed">
{platform === 'linux'
? 'Uses strace to trace filesystem access. No special permissions needed. Auto-generates a template from observed paths.'
: 'Uses macOS Endpoint Security (eslogger) to trace access. Auto-generates a least-privilege template from observed paths.'}
? 'No need to figure out which paths to allow. Traces what your agent accesses via strace and generates a least-privilege policy automatically. No special permissions needed.'
: 'No need to figure out which paths to allow. Traces what your agent accesses via macOS eslogger and generates a least-privilege policy automatically.'}
</p>
</div>
</div>