modulejail v1.5.2
modulejail v1.5.2
Patch release.
Fixed: --dry-run no longer needs write access to the output directory (#28)
An unprivileged modulejail --dry-run was failing with cannot write to /etc/modprobe.d instead of printing the preview. The output-target pre-flight (writability, plus the directory / symlink / trailing-slash safety checks) guards a write that --dry-run never performs, and its DRY_RUN guard had been dropped in an earlier revert. The whole block is now skipped on --dry-run; real runs are unchanged. Reported by @elelaysh.
Full details in CHANGELOG.md.
Install
curl -fsSL https://raw.githubusercontent.com/jnuyens/modulejail/v1.5.2/modulejail | sudo shDebian/Ubuntu .deb and RHEL/Fedora .rpm (built natively on Rocky Linux) attached. The source tarball signature (v1.5.2.tar.gz.sig) is signed with the release key.