about summary refs log tree commit diff stats
path: root/src/utils
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils')
-rw-r--r--src/utils/sandbox.nim3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/utils/sandbox.nim b/src/utils/sandbox.nim
index d5c969de..b2e2c8b0 100644
--- a/src/utils/sandbox.nim
+++ b/src/utils/sandbox.nim
@@ -92,9 +92,6 @@ elif SandboxMode == stSeccomp:
   proc cha_enter_network_sandbox(): cint {.importc, cdecl.}
 
   proc enterBufferSandbox*(sockPath: string) =
-    onSignal SIGSYS:
-      discard sig
-      raise newException(Defect, "Sandbox violation in buffer")
     doAssert cha_enter_buffer_sandbox() == 1
 
   proc enterNetworkSandbox*() =