modules/programs: sane-sandboxed: add --sane-sandbox-method none for benchmarking

This commit is contained in:
Colin 2024-02-15 13:13:39 +00:00
parent 02b7586ffa
commit c943442c94

View File

@ -436,6 +436,28 @@ capshonlyExec() {
}
## NONE BACKEND
# this backend exists only to allow benchmarking
noneSetup() {
:
}
noneIngestPath() {
:
}
noneIngestNet() {
:
}
noneIngestProfile() {
:
}
noneIngestCapability() {
:
}
noneExec() {
exec "${cliArgs[@]}"
}
## ARGUMENT POST-PROCESSING
### autodetect: if one of the CLI args looks like a path, that could be an input or output file