Steve Grubb sent this patch as part of issue 3: http://code.google.com/p/irqbalance/issues/detail?id=3 He requested that we add the ability to drop capabilities from irqbalance since it nominally runs as root, and he suggested using the capng library, which makes that process easier. Since capng is a fairly new library, and many distros may not have it, we need to start using a configure script to optionally include it during the build. This patch accomplishes all of that. Signed-off-by: Neil Horman <nhorman@gmail.com> git-svn-id: https://irqbalance.googlecode.com/svn/trunk@21 46b42954-3823-0410-bd82-eb80b452c9b5master
parent
175844b91b
commit
37e0a0963d
@ -0,0 +1,3 @@
|
||||
Arjen Van De Ven <arjanvandeven@gmail.com>
|
||||
Neil Horman <nhorman@gmail.com>
|
||||
|
@ -0,0 +1,3 @@
|
||||
This is all tracked in the SVN repo. This file is just here to keep the
|
||||
autotools from complaining
|
||||
|
Loading…
Reference in new issue