Add capabilities to /bin/ip on postinst to fix ip vrf exec
/bin/ip can now drop capabilities when launched, except when running ip vrf exec. ip vrf exec requires cap_dac_override to create a cgroup subdir in /sys, cap_sys_admin to load a BPF program to change the VRF of the socket being used to jail the application and cap_net_admin to change the cgroup of the process. Without these, it's impossible to run a simple command like ping into a vrf. Add the required capabilities via a postinst file to fix it.
@formorer @ah doing a PR so that you guys can see this and double check - both Cumulus and Vyatta ship with this change, it's necessary for basic VRF functionality, see upstream discussion: https://www.spinics.net/lists/netdev/msg492432.html