Files
2026-01-20 17:20:32 +01:00

23 lines
467 B
Plaintext

---
functions:
file-read:
- binary: false
code: |-
apache2 -f /path/to/input-file
comment: |-
The first line may be leaked as an error message.
contexts:
sudo:
suid:
unprivileged:
- binary: false
code: |-
apache2 -C 'Define APACHE_RUN_DIR /' -C 'Include /path/to/input-file'
comment: |-
The first line may be leaked as an error message.
contexts:
sudo:
suid:
unprivileged:
...