]> git.puffer.fish Git - matthieu/frr.git/commit
config: Give the option of disabling run as user/group
authorJafar Al-Gharaibeh <jafar@atcorp.com>
Thu, 28 Jul 2016 19:41:20 +0000 (14:41 -0500)
committerDonald Sharp <sharpd@cumulusnetwroks.com>
Sat, 3 Sep 2016 11:32:57 +0000 (07:32 -0400)
commit0b02a1b49b3dbde83b58a641b146fef70a4497fb
treea0bff4f4df0cac7c42fd9abfa26bc18048c986ad
parent6d128e1d7889924ec6ef5eb897d0ba94fed313db
config: Give the option of disabling run as user/group

Leave "user/group" unset when explicitly configuring with
"--disable-user" / "--enable-user=no" and
"--disable-group" / "--enable-group=no"
This allows quagga to skip unsupported system calls such
as setuid() on certain platfroms.

Signed-off-by: Jafar Al-Gharaibeh <jafar@atcorp.com>
Signed-off-by: Jafar Al-Gharaibeh <jafar@atcorp.com>
Tested-by: NetDEF CI System <cisystem@netdef.org>
configure.ac