From: Donald Sharp Date: Thu, 21 Jun 2018 15:28:16 +0000 (-0400) Subject: sharpd: Does not need any special priv's X-Git-Tag: frr-6.1-dev~260^2 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=38e72ffa9a104a5739482fc641882d296be11a30;p=matthieu%2Ffrr.git sharpd: Does not need any special priv's Remove the unnecessary privs that we were requesting for the sharp daemon. Signed-off-by: Donald Sharp --- diff --git a/sharpd/sharp_main.c b/sharpd/sharp_main.c index a478b416bf..22a19da0b3 100644 --- a/sharpd/sharp_main.c +++ b/sharpd/sharp_main.c @@ -51,7 +51,6 @@ uint32_t installed_routes = 0; uint32_t removed_routes = 0; zebra_capabilities_t _caps_p[] = { - ZCAP_NET_RAW, ZCAP_BIND, ZCAP_NET_ADMIN, }; struct zebra_privs_t sharp_privs = {