]> git.ipfire.org Git - thirdparty/asterisk.git/commit
manager.c: Check for restricted file in action_createconfig.
authorGeorge Joseph <gjoseph@sangoma.com>
Mon, 3 Mar 2025 21:07:43 +0000 (14:07 -0700)
committergithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Thu, 6 Mar 2025 15:04:18 +0000 (15:04 +0000)
commit1e469a5e06ddbdd863af2c7eb29df63a4096062c
tree9dae076e1df112ff407e4827da3a213cbb478b10
parent5470a23b48aa213a2775c99611bd891297036ede
manager.c: Check for restricted file in action_createconfig.

The `CreateConfig` manager action now ensures that a config file can
only be created in the AST_CONFIG_DIR unless `live_dangerously` is set.

Resolves: #1122
main/manager.c