mirror of
https://github.com/moparisthebest/mailiverse
synced 2024-11-05 08:55:04 -05:00
6 lines
87 B
Plaintext
6 lines
87 B
Plaintext
|
echo "
|
||
|
$1 ALL=(ALL) NOPASSWD: ALL
|
||
|
" >> /etc/sudoers.d/$1
|
||
|
|
||
|
chmod 0440 /etc/sudoers.d/$1
|