Fix ex shell path and remove suid

master
Andrea Cardaci 2020-12-20 20:13:01 +01:00
parent dc3de20e84
commit 6a6485c44b
1 changed files with 2 additions and 6 deletions

View File

@ -3,7 +3,7 @@ functions:
shell:
- code: |
ex
!sh
!/bin/sh
file-write:
- code: |
ex file_to_write
@ -20,9 +20,5 @@ functions:
sudo:
- code: |
sudo ex
!sh
suid:
- code: |
./ex
!sh -p
!/bin/sh
---