Drop SUID for lwp-request as it's Perl script

master
Andrea Cardaci 2021-04-19 13:13:56 +02:00 committed by GitHub
parent c51b90a1bb
commit 832d69e6c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 4 deletions

View File

@ -8,8 +8,4 @@ functions:
- code: |
LFILE=file_to_read
sudo lwp-request "file://$LFILE"
limited-suid:
- code: |
LFILE=file_to_read
./lwp-request "file://$LFILE"
---