]> git.puffer.fish Git - mirror/frr.git/commitdiff
sharpd: Does not need any special priv's 2520/head
authorDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 21 Jun 2018 15:28:16 +0000 (11:28 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 21 Jun 2018 15:28:16 +0000 (11:28 -0400)
Remove the unnecessary privs that we were requesting
for the sharp daemon.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
sharpd/sharp_main.c

index a478b416bf7f687700db89c2493ec7f2b3cb6fef..22a19da0b3257114b300c4c5d70e904f2b5eb260 100644 (file)
@@ -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 = {