mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-14 14:17:20 +00:00
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:
parent
8e04538cae
commit
38e72ffa9a
@ -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 = {
|
||||||
|
Loading…
Reference in New Issue
Block a user