peterkeen/dokuen

Isolate sudo-able commands into their own scripts

Closed this issue · 1 comments

Sudo access is way too broad right now, since the git user can basically run anything as a sudo command via dokuen run_command.

Isolate the two things that need sudo into their own scripts:

  • install_launchdaemon
  • restart_nginx

This is basically what I had in the rough scripts.

Fixed in v0.0.3