Add solana user to adm group for /var/log/syslog access

This commit is contained in:
Michael Vines 2018-12-23 17:28:35 -08:00
parent 58f2598d5d
commit 753a783ba9
No known key found for this signature in database
GPG Key ID: 33F4FDEC4E0E88BD
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ set -ex
[[ $USER = root ]] || exit 1
adduser solana --gecos "" --disabled-password --quiet
adduser solana sudo
adduser solana sudo adm
echo "solana ALL=(ALL) NOPASSWD:ALL" >> /etc/sudoers
id solana