(closes issue #17550)
Reported by: kenner
Patches:
manager.c.diff uploaded by kenner (license 1040)
Tested by: kenner
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@273144
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
/* To run the System application (or anything else that goes to shell), you must have the additional System privilege */
if (!(s->session->writeperm & EVENT_FLAG_SYSTEM)
&& (
- strcasestr(app, "system") == 0 || /* System(rm -rf /)
+ strcasestr(app, "system") || /* System(rm -rf /)
TrySystem(rm -rf /) */
strcasestr(app, "exec") || /* Exec(System(rm -rf /))
TryExec(System(rm -rf /)) */