wrapper-manager/sandboxing/boxxy: remove escaping arguments

Similar reason to dd7856c46be1.
This commit is contained in:
Gabriel Arazas 2024-08-12 17:56:36 +08:00
parent ea035976cc
commit 9aa8cd7680
No known key found for this signature in database
GPG Key ID: 62104B43D00AA360

View File

@ -104,7 +104,7 @@ in
then "${source}:${destination}:${mode}" then "${source}:${destination}:${mode}"
else "${source}:${destination}"; else "${source}:${destination}";
in in
"--rule ${lib.escapeShellArg ruleArg}") "--rule ${ruleArg}")
submoduleCfg.rules); submoduleCfg.rules);
arg0 = lib.getExe submoduleCfg.package; arg0 = lib.getExe submoduleCfg.package;