Remove mail suid-limited

This commit is contained in:
Emilio Pinna 2018-06-17 11:27:03 +01:00
parent fce5a22341
commit 06966c8cd4

View File

@ -8,8 +8,4 @@ functions:
- code: |
sudo mail -f /etc/hosts
!/bin/sh
suid-limited:
- code: |
./mail -f /etc/hosts
!/bin/sh
---