aboutsummaryrefslogtreecommitdiff
path: root/misc/crush/pkg-message
Commit message (Collapse)AuthorAgeFilesLines
* misc/crush: Add option to support for disabling dangerous command blockingVictor Igumnov2026-06-291-0/+17
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