diff options
| author | Ophestra <cat@gensokyo.uk> | 2025-01-22 01:51:10 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2025-01-22 01:52:57 +0900 |
| commit | 9a239fa1a5ad2ff248ca7a9d39342f66926c9fef (patch) | |
| tree | 09efadb2ddf4eaeaf153d7e4b7d73e1b20d2fc1a /internal/system | |
| parent | 82029948e6d8d047edc02ccff354e16c419e5742 (diff) | |
helper/bwrap: integrate seccomp into helper interface
This makes API usage much cleaner, and encapsulates all bwrap arguments in argsWt.
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/system')
| -rw-r--r-- | internal/system/dbus.go | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
