Top "Linux-capabilities" questions

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.

Python Scapy sniff without root

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-capabilities
Newer versions of docker have --cap-add, what CAP's can be added?

Newer 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