feat: better messaging

This commit is contained in:
Nik L
2026-04-02 15:36:34 -04:00
parent 3fd6d63fa3
commit 8ec166590d
6 changed files with 27 additions and 26 deletions

View File

@@ -48,11 +48,11 @@ export function Control() {
</span>
</div>
<h2 className="font-serif text-3xl sm:text-4xl font-semibold tracking-tight mb-4">
Default deny. Explicit allow.
Nothing is allowed unless you say so.
</h2>
<p className="text-muted-foreground font-serif text-lg leading-relaxed">
Agents inherit your full permissions. Greywall flips this: nothing is accessible
unless explicitly granted. Filesystem, network, and commands all start closed.
Greywall gives teams and AI agents the freedom to operate within precise security
boundaries.
</p>
</div>
<PlatformToggle />
@@ -121,7 +121,7 @@ export function Control() {
</div>
<p className="text-xs text-muted-foreground font-serif leading-relaxed">
Full network namespace isolation. The process can&apos;t see the host network.
Every packet hits the TUN device and routes through GreyProxy, including
Every packet hits the TUN device and routes through Greywall, including
binaries that ignore proxy env vars.
</p>
</div>
@@ -162,7 +162,7 @@ export function Control() {
</div>
<p className="text-xs text-muted-foreground font-serif leading-relaxed">
All outbound traffic is blocked at the kernel. Only the proxy address is
reachable. GreyProxy then applies domain-level allow/deny rules.
reachable. Greywall then applies domain-level allow/deny rules.
</p>
</div>
)}