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 <sharpd@cumulusnetworks.com>
This commit is contained in:
Donald Sharp 2018-06-21 11:28:16 -04:00
parent 8e04538cae
commit 38e72ffa9a

View File

@ -51,7 +51,6 @@ uint32_t installed_routes = 0;
uint32_t removed_routes = 0; uint32_t removed_routes = 0;
zebra_capabilities_t _caps_p[] = { zebra_capabilities_t _caps_p[] = {
ZCAP_NET_RAW, ZCAP_BIND, ZCAP_NET_ADMIN,
}; };
struct zebra_privs_t sharp_privs = { struct zebra_privs_t sharp_privs = {