Starting with kernel 2.2, Linux divides the privileges traditionally associated with superuser into distinct units, known as capabilities, which can be independently enabled and disabled.
I'm wondering if there is any possibility to run Scapy's 'sniff(...)' without root priveleges. It is used in an …
python-2.7 scapy sniffing linux-capabilitiesNewer versions of docker (I think 1.2 and later) have a --cap-add feature. This gives fine grained control of feature capabilities …
linux docker linux-capabilities