Files
2026-01-17 10:29:48 +01:00

12 lines
243 B
Plaintext

---
functions:
file-read:
- code: |-
qpdf --empty --add-attachment /path/to/input-file --key=x -- /path/to/output-file
qpdf --show-attachment=x /path/to/output-file
contexts:
sudo:
suid:
unprivileged:
...