From: George Joseph Date: Mon, 19 May 2025 14:16:53 +0000 (-0600) Subject: asterisk.c: Add option to restrict shell access from remote consoles. X-Git-Tag: 21.10.0-rc1~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=62547b25e15fdf44f2614076b0a1267e0a2c4dfc;p=thirdparty%2Fasterisk.git asterisk.c: Add option to restrict shell access from remote consoles. UserNote: A new asterisk.conf option 'disable_remote_console_shell' has been added that, when set, will prevent remote consoles from executing shell commands using the '!' prefix. Resolves: #GHSA-c7p6-7mvq-8jq2 (cherry picked from commit fe1ab659ad7bd1b67bdf09be59a9c775736e0f65) ---