proc/priv/shim: resolve and load seccomp rules
All checks were successful
Build / Create distribution (push) Successful in 1m33s
Test / Run NixOS test (push) Successful in 3m36s

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2025-01-20 23:52:56 +09:00
parent 3df344828f
commit 20a3d4c458
2 changed files with 107 additions and 8 deletions

View File

@@ -291,7 +291,7 @@ func main() {
// internal commands
case "shim":
shim.Main()
shim.Main(args)
fmsg.Exit(0)
case "init":
init0.Main()