Files

12 lines
184 B
Plaintext

---
functions:
privilege-escalation:
- code: |-
chattr +i /path/to/input-file
comment: |-
Make the target file immutable.
contexts:
sudo:
suid:
...