wrapper-manager/sandboxing: update modules

This commit is contained in:
Gabriel Arazas 2024-09-04 14:28:53 +08:00
parent 8cdb1921ce
commit c52c7f49f6
No known key found for this signature in database
GPG Key ID: 62104B43D00AA360
2 changed files with 6 additions and 1 deletions

View File

@ -107,7 +107,7 @@ in
"--rule ${ruleArg}") "--rule ${ruleArg}")
submoduleCfg.rules); submoduleCfg.rules);
arg0 = lib.getExe submoduleCfg.package; arg0 = lib.getExe' submoduleCfg.package "boxxy";
prependArgs = lib.mkBefore prependArgs = lib.mkBefore
(submoduleCfg.extraArgs (submoduleCfg.extraArgs
++ [ "--" config.sandboxing.wraparound.arg0 ] ++ [ "--" config.sandboxing.wraparound.arg0 ]

View File

@ -1,3 +1,8 @@
# Module revolving around the specialized launcher. It is managed as a separate
# project in the launcher subdirectory. Just look into the source code as you
# would spelunk any other project. So far, the subproject itself doesn't have a
# good state of testing (which is just used as a program for this very purpose)
# so just use wrapper-manager's testing infra instead.
{ config, lib, options, pkgs, ... }: { config, lib, options, pkgs, ... }:
let let