nix-files/modules/programs
Colin f10f1ee7b1 modules/programs: sane-sandboxed: optimize "normPath" to not invoke subshells
each subshell causes like 5ms just on my laptop, which really adds up.
this implementation still forks internally, but doesn't exec.
runtime decreases from 150ms -> 90ms for
`time librewolf --sane-sandbox-replace-cli true`
2024-02-18 12:08:23 +00:00
..
default.nix modules/programs: sandboxing: add a "whitelistX" option 2024-02-15 00:09:16 +00:00
make-sandbox-profile.nix modules/programs: rename allowedRootPaths -> allowedPaths 2024-02-12 13:00:10 +00:00
make-sandboxed.nix modules/programs: make-sandboxed: fix incorrect "priority" attribute 2024-02-17 03:32:49 +00:00
sane-sandboxed modules/programs: sane-sandboxed: optimize "normPath" to not invoke subshells 2024-02-18 12:08:23 +00:00
sane-sandboxed.nix modules/programs: sane-sandboxed: optimize "normPath" to not invoke subshells 2024-02-18 12:08:23 +00:00