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 --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main.go') diff --git a/main.go b/main.go index 8909e5b4..e6e856b6 100644 --- a/main.go +++ b/main.go @@ -291,7 +291,7 @@ func main() { // internal commands case "shim": - shim.Main(args) + shim.Main() fmsg.Exit(0) case "init": init0.Main() -- cgit v1.3.1