summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Peeler <jpeeler@digium.com>2010-01-27 18:29:49 +0000
committerJeff Peeler <jpeeler@digium.com>2010-01-27 18:29:49 +0000
commita170cd28e0c2a5635f33fec7cf08f304ca7ef95f (patch)
tree2f8be97f4da2d33e2bcaa8caddcb6f0037931465 /Makefile
parent630b8027c36546796a05e27a32c06823e1780ab1 (diff)
Add new option to asterisk.conf (lockconfdir) to protect conf dir during reloads
(closes issue #16358) Reported by: raarts Patches: lockconfdir.diff uploaded by raarts (license 937) modified by me git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@243551 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index a198d7a96..a2521017c 100644
--- a/Makefile
+++ b/Makefile
@@ -743,6 +743,7 @@ samples: adsi
echo ";lightbackground = yes ; If your terminal is set for a light-colored background" ; \
echo "documentation_language = en_US ; Set the Language you want Documentation displayed in. Value is in the same format as locale names" ; \
echo ";hideconnect = yes ; Hide messages displayed when a remote console connects and disconnects" ; \
+ echo ";lockconfdir = no ; Protect the directory containing the configuration files (/etc/asterisk) with a lock" ; \
echo "" ; \
echo "; Changing the following lines may compromise your security." ; \
echo ";[files]" ; \