Files
2026-01-19 02:07:14 +01:00

20 lines
308 B
Plaintext

---
functions:
file-read:
- binary: false
code: |-
sort -m /path/to/input-file
contexts:
sudo:
suid:
unprivileged:
file-write:
- binary: false
code: |-
echo DATA | sort -m -o /path/to/output-file
contexts:
sudo:
suid:
unprivileged:
...