Code

check and warn about capabilities misconfiguration
authorMarc Fournier <marc.fournier@camptocamp.com>
Tue, 26 Jan 2016 20:46:59 +0000 (21:46 +0100)
committerMarc Fournier <marc.fournier@camptocamp.com>
Wed, 10 Aug 2016 06:07:33 +0000 (08:07 +0200)
commite5e5d99350fa54e22f07b90fbc3102df51565ad9
tree28a852ee917af0f03002216e16653101780e0945
parent6e8d9b2fa6018a1ed1ec8ab3b6551110449a997c
check and warn about capabilities misconfiguration

Add WARNING() statements to a bunch of plugins which require special
privileges to work properly. They would be emitted once at startup time,
if running as root with privileges dropped, or if running as a normal
users without the needed capabilities explicitly set.

Related to #1444
src/ceph.c
src/dns.c
src/exec.c
src/iptables.c
src/ping.c