From 1a8840bebc673672235b6e10b1b9386f24751757 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Tue, 1 Jul 2025 20:23:33 +0900 Subject: sandbox/seccomp: resolve rules natively This enables loading syscall filter policies from external cross-platform config files. This also removes a significant amount of C code. Signed-off-by: Ophestra --- dbus/proc.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dbus/proc.go') diff --git a/dbus/proc.go b/dbus/proc.go index 1b1a51c5..1a519617 100644 --- a/dbus/proc.go +++ b/dbus/proc.go @@ -66,7 +66,7 @@ func (p *Proxy) Start() error { ctx, toolPath, p.final, true, argF, func(container *sandbox.Container) { - container.Seccomp |= seccomp.FilterMultiarch + container.SeccompFlags |= seccomp.AllowMultiarch container.Hostname = "hakurei-dbus" container.CommandContext = p.CommandContext if p.output != nil { -- cgit v1.3.1