From 9a239fa1a5ad2ff248ca7a9d39342f66926c9fef Mon Sep 17 00:00:00 2001 From: Ophestra Date: Wed, 22 Jan 2025 01:51:10 +0900 Subject: helper/bwrap: integrate seccomp into helper interface This makes API usage much cleaner, and encapsulates all bwrap arguments in argsWt. Signed-off-by: Ophestra --- internal/system/dbus.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/system') diff --git a/internal/system/dbus.go b/internal/system/dbus.go index 3bed540a..b74d5d30 100644 --- a/internal/system/dbus.go +++ b/internal/system/dbus.go @@ -99,7 +99,7 @@ func (d *DBus) apply(_ *I) error { } fmsg.VPrintln("starting message bus proxy:", d.proxy) if fmsg.Verbose() { // save the extra bwrap arg build when verbose logging is off - fmsg.VPrintln("message bus proxy bwrap args:", d.proxy.Bwrap()) + fmsg.VPrintln("message bus proxy bwrap args:", d.proxy.BwrapStatic()) } // background wait for proxy instance and notify completion -- cgit v1.3.1