mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-14 18:49:17 -07:00
Release 0.9.8-23
This commit is contained in:
parent
d880b5b425
commit
cde4269170
14 changed files with 60 additions and 11 deletions
6
upd/limit_sudo.sh
Executable file
6
upd/limit_sudo.sh
Executable 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
|
Loading…
Add table
Add a link
Reference in a new issue