Files
ports/misc/crush/pkg-message
T
Victor Igumnov 4d0808efd6 misc/crush: Add option to support for disabling dangerous command blocking
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
2026-06-29 18:02:27 +09:00

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
}
]