Adopt new function names

This commit is contained in:
Emilio Pinna
2018-10-05 18:55:38 +01:00
parent 1c77f099d3
commit dd337b5ddf
110 changed files with 354 additions and 354 deletions

View File

@@ -1,13 +1,13 @@
---
description: This can be used to copy and then read or write files from a restricted file systems or with elevated privileges.
functions:
suid-enabled:
suid:
- code: |
LFILE=file_to_write
TF=$(mktemp)
echo "DATA" > $TF
./cp $TF $LFILE
sudo-enabled:
sudo:
- code: |
LFILE=file_to_write
TF=$(mktemp)