mirror of
https://github.com/radareorg/radare2.git
synced 2025-03-09 01:21:05 +00:00
parent
6be8b58744
commit
ebfb57e745
@ -830,6 +830,10 @@ static int cmd_system(void *data, const char *input) {
|
||||
int ret = 0;
|
||||
switch (*input) {
|
||||
case '!':
|
||||
if (r_sandbox_enable (0)) {
|
||||
eprintf ("This command is disabled in sandbox mode\n");
|
||||
return 0;
|
||||
}
|
||||
if (input[1]) {
|
||||
int olen;
|
||||
char *out = NULL;
|
||||
|
Loading…
x
Reference in New Issue
Block a user