]> git.puffer.fish Git - matthieu/frr.git/commit
vtysh: Make vtysh run as quagga user
authorDonald Sharp <sharpd@cumulusnetworks.com>
Fri, 1 Apr 2016 13:18:22 +0000 (09:18 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Fri, 1 Apr 2016 19:27:19 +0000 (15:27 -0400)
commit5dd58b08299e85735f19fba1ee307c509fb19de7
tree3326028ed2d6c04087a3019ec9914686e0e593f9
parent4b8b28d235eec08a43f8e04cbff604bc5dde0d4a
vtysh: Make vtysh run as quagga user

vtysh should be run as the quagga user, else when
you execute a 'wr mem' the Quagga.conf and vtysh.conf
files are owned by whomever started the process.
This can cause file ownership issues.

Ticket: CM-10217
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Reviewed-by: Dave Olson <olson@cumulusnetworks.com>
Reviewed-by: Daniel Walton <dwalton@cumulusnetworks.com>
vtysh/vtysh_main.c