From 0ff5ae8abf03b712c34e869948652f20dbd858f9 Mon Sep 17 00:00:00 2001 From: tilghman Date: Thu, 29 Jan 2009 22:54:29 +0000 Subject: Lose the CAP_NET_ADMIN at every fork, instead of at startup. Otherwise, if Asterisk runs as a non-root user and the administrator does a 'restart now', Asterisk loses the ability to set QOS on packets. (closes issue #14004) Reported by: nemo Patches: 20090105__bug14004.diff.txt uploaded by Corydon76 (license 14) Tested by: Corydon76 git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@172438 f38db490-d61c-443f-a65b-d21fe96a405b --- build_tools/menuselect-deps.in | 1 + 1 file changed, 1 insertion(+) (limited to 'build_tools') diff --git a/build_tools/menuselect-deps.in b/build_tools/menuselect-deps.in index 2613ea90e..7442b0485 100644 --- a/build_tools/menuselect-deps.in +++ b/build_tools/menuselect-deps.in @@ -39,3 +39,4 @@ ISDNNET=@PBX_ISDNNET@ MISDN=@PBX_MISDN@ SUPPSERV=@PBX_SUPPSERV@ GNU_LD=@GNU_LD@ +WORKING_FORK=@PBX_WORKING_FORK@ -- cgit v1.2.3