]> git.ipfire.org Git - thirdparty/asterisk.git/commit
asterisk.c: Add option to restrict shell access from remote consoles.
authorGeorge Joseph <g.devel@wxy78.net>
Mon, 19 May 2025 14:16:53 +0000 (08:16 -0600)
committergithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Thu, 22 May 2025 14:39:18 +0000 (14:39 +0000)
commit3a5ffe2842e42d37c56a2667071a722dd5a237c5
treefa88b712fdd62b9f8a601033db5f6a4aff15740d
parent67360eb6718bfa7c73436ec15189a652a2f1a5d2
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
configs/samples/asterisk.conf.sample
configs/samples/cli_permissions.conf.sample
include/asterisk/options.h
main/asterisk.c
main/options.c