fix: [sudo] Very painful bug where packer would hang because sudo neede a password...

pull/23/head
Steve Clement 2019-05-09 12:24:39 +09:00
parent 649d4d9150
commit 3cbc4055bc
1 changed files with 1 additions and 1 deletions

View File

@ -6,6 +6,6 @@
echo "--- Configuring sudo "
##echo %thehive ALL=NOPASSWD:ALL > /etc/sudoers.d/thehive
echo %misp ALL=NOPASSWD:ALL > /etc/sudoers.d/misp
echo %misp ALL=(ALL:ALL) NOPASSWD:ALL > /etc/sudoers.d/misp
##chmod 0440 /etc/sudoers.d/thehive
chmod 0440 /etc/sudoers.d/misp