]> git.ipfire.org Git - thirdparty/asterisk.git/commit
asterisk.c: suppress live_dangerously warning on rasterisk
authorTzafrir Cohen <tzafrir.cohen@xorcom.com>
Sat, 4 Jan 2014 10:42:18 +0000 (10:42 +0000)
committerTzafrir Cohen <tzafrir.cohen@xorcom.com>
Sat, 4 Jan 2014 10:42:18 +0000 (10:42 +0000)
commit1dee7855c3d4791e9e0e1503901f0d45ed15144c
tree58b5b30d2ba298d5bcb8930d79ca7c1fa03d11d5
parentd59759cf6a4f7d9c7c623b706226fb8e4140f2c5
asterisk.c: suppress live_dangerously warning on rasterisk

Even since the fixes of AST-2013-007, Asterisk prints the following
warning on startup if the user decided to live dangerously:

  Privilege escalation protection disabled!
  See https://wiki.asterisk.org/wiki/x/1gKfAQ for more details.

This message is intended for the logs and interactive startup. No need
for it to appear on a remote console. This commit removes it from there.

(closes issue ASTERISK-23084)
Review: https://reviewboard.asterisk.org/r/3101/
........

Merged revisions 404861 from http://svn.asterisk.org/svn/asterisk/branches/1.8
........

Merged revisions 404888 from http://svn.asterisk.org/svn/asterisk/branches/11

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/12@404911 65c4cc65-6c06-0410-ace0-fbb531ad65f3
main/asterisk.c