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-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bc623c2e5e24031e87423e81f6490a521eff2b84;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 4e83f99f76d86638cd1c1e27f521e353c9ccdb4d) ---