commit | a5d589dfbf2c563868d944376155cd4a5998722f | [log] [tgz] |
---|---|---|
author | Christian Franke <nobody@nowhere.ws> | Wed May 13 13:59:18 2015 +0200 |
committer | David Lamparter <equinox@opensourcerouting.org> | Wed May 27 20:39:40 2015 +0200 |
tree | 77dee816875a287b74a164b393839308cfe62313 | |
parent | 3065777ece6d14c6acd04f8b2b693a15c9f2f37c [diff] |
lib/privs: Don't use CAP_NET_BROADCAST From what I can tell, CAP_NET_BROADCAST has never been required for any functionality in the Linux kernel, so we do not really need it. However, it causes breakage in contexts where Quagga is started with a limited set of capabilities, e.g. in Docker, because these may not include CAP_NET_BROADCAST and in the case of Docker do not even support adding CAP_NET_BROADCAST. Signed-off-by: David Lamparter <equinox@opensourcerouting.org>