4d0808efd6
By default, crush blocks the execution of potentially dangerous commands (like known hazardous system commands or package installations). This change adds an option to support for disabling the dangerous command blocking, which would be convenient if one operates in a safe environment or needs to run those commands. PR: 296282 Reported by: Victor Igumnov <victoriggy@gmail.com> Pull Request: https://github.com/freebsd/freebsd-ports/pull/547
18 lines
389 B
Plaintext
18 lines
389 B
Plaintext
[
|
|
{ type: install
|
|
message: <<EOM
|
|
By default, crush blocks the execution of potentially dangerous commands
|
|
(like known hazardous system commands or package installations). If you
|
|
operate in a safe environment or need to run these commands, you can
|
|
disable this protection:
|
|
|
|
{
|
|
"$schema": "https://charm.land/crush.json",
|
|
"options": {
|
|
"disable_command_blocking": true
|
|
}
|
|
}
|
|
EOM
|
|
}
|
|
]
|