summary refs log tree commit diff
path: root/pkgs/build-support/replace-secret
Commit message (Collapse)AuthorAge
* replace-secret: Inittalyz2021-05-19
Add a small utility script which securely replaces secrets in files. Doing this with `sed`, `replace-literal` or similar utilities leaks the secrets through the spawned process' `/proc/<pid>/cmdline` file.