summaryrefslogtreecommitdiff
path: root/sharpd/sharp_main.c
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2018-06-21 11:28:16 -0400
committerDonald Sharp <sharpd@cumulusnetworks.com>2018-06-21 11:28:16 -0400
commit38e72ffa9a104a5739482fc641882d296be11a30 (patch)
tree779b2a23abee12be79a8cf8b8320772d1e9f245f /sharpd/sharp_main.c
parent8e04538cae48d44ab6c917d4428303de44e7f0b2 (diff)
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>
Diffstat (limited to 'sharpd/sharp_main.c')
-rw-r--r--sharpd/sharp_main.c1
1 files changed, 0 insertions, 1 deletions
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 = {