Files

14 lines
271 B
Plaintext

---
functions:
file-read:
- binary: false
code: |-
ntpdate -a x -k /path/to/input-file -d localhost
comment: |-
The file is actually parsed and lines are leaked through error messages.
contexts:
sudo:
suid:
unprivileged:
...