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 --- dbus/proxy.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dbus/proxy.go') diff --git a/dbus/proxy.go b/dbus/proxy.go index 9f78648c..59b887d2 100644 --- a/dbus/proxy.go +++ b/dbus/proxy.go @@ -66,7 +66,7 @@ func (p *Proxy) String() string { return "(unsealed dbus proxy)" } -func (p *Proxy) Bwrap() []string { +func (p *Proxy) BwrapStatic() []string { return p.bwrap.Args() } -- cgit v1.3.1