mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
Backport the ability to set the ToS bits on Linux when not running as root.
Normally, we would not backport features into 1.4, but, I was convinced by the justification supplied by the supplier of this patch. He pointed out that this patch removes a requirement for running as root, thus reducing the potential impacts of security issues. (closes issue #11742) Reported by: paravoid Patches: libcap.diff uploaded by paravoid (license 200) git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@98265 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -175,6 +175,9 @@ MISDN_LIB=@MISDN_LIB@
|
||||
SUPPSERV_INCLUDE=@SUPPSERV_INCLUDE@
|
||||
SUPPSERV_LIB=@SUPPSERV_LIB@
|
||||
|
||||
CAP_LIB=@CAP_LIB@
|
||||
CAP_INCLUDE=@CAP_INCLUDE@
|
||||
|
||||
TERMCAP_INCLUDE=@TERMCAP_INCLUDE@
|
||||
TERMCAP_LIB=@TERMCAP_LIB@
|
||||
TERMCAP_DIR=@TERMCAP_DIR@
|
||||
|
Reference in New Issue
Block a user