Skip to content

Commit

Permalink
fix(integrity): do not require ls
Browse files Browse the repository at this point in the history
ls is not used by the integrity dracut module.
  • Loading branch information
Henrik66 authored and LaszloGombos committed Jul 26, 2023
1 parent e278a96 commit a804945
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules.d/98integrity/module-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ depends() {

# called by dracut
install() {
dracut_install evmctl keyctl ls
dracut_install evmctl keyctl
inst_hook pre-pivot 61 "$moddir/evm-enable.sh"
inst_hook pre-pivot 61 "$moddir/ima-keys-load.sh"
inst_hook pre-pivot 62 "$moddir/ima-policy-load.sh"
Expand Down

0 comments on commit a804945

Please sign in to comment.