Release 0.9.8-23

This commit is contained in:
Serghey Rodin 2018-10-18 00:14:28 +03:00
commit cde4269170
14 changed files with 60 additions and 11 deletions

6
upd/limit_sudo.sh Executable file
View file

@ -0,0 +1,6 @@
#!/bin/bash
if [ -e "/etc/sudoers.d/admin" ]; then
sed -i "s/admin.*ALL=(ALL).*/# sudo is limited to vesta scripts/" \
/etc/sudoers.d/admin
fi