From 4129bf8dacd636b40de2388bfa24908848351f8b Mon Sep 17 00:00:00 2001 From: Nik L Date: Mon, 9 Mar 2026 17:58:58 -0400 Subject: [PATCH] fix: remove mach ipc --- components/layers.tsx | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/components/layers.tsx b/components/layers.tsx index 236107d..a9182e4 100644 --- a/components/layers.tsx +++ b/components/layers.tsx @@ -1,6 +1,6 @@ 'use client' -import { Box, Lock, ShieldCheck, Eye, Wifi, Layers as LayersIcon, Shield, AppWindow, Terminal } from 'lucide-react' +import { Box, Lock, ShieldCheck, Eye, Wifi, Layers as LayersIcon, Shield, Terminal } from 'lucide-react' import { PlatformToggle, usePlatform } from './platform-toggle' const linuxLayers = [ @@ -56,13 +56,6 @@ const macosLayers = [ desc: 'Fine-grained read/write rules using literal paths, subpath matching, and regex patterns. Sensitive files like SSH keys and .env are always protected.', detail: 'Seatbelt rules', }, - { - icon: AppWindow, - name: 'Mach IPC Control', - tag: 'IPC', - desc: 'Allowlist of safe Mach IPC services. Prevents sandboxed processes from communicating with privileged system services outside the policy boundary.', - detail: 'Service allowlist', - }, { icon: Terminal, name: 'Log Stream Monitor',