VirtualBox

Changeset 97326 in vbox for trunk/src/VBox/Installer


Ignore:
Timestamp:
Oct 27, 2022 3:22:59 PM (2 years ago)
Author:
vboxsync
Message:

Linux: startup scripts: fixed module signature hash type detection, bugref:10287.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Installer/linux/vboxdrv.sh

    r97325 r97326  
    396396
    397397    # Make sure openssl can handle hash algorithm.
    398     sig_hashalgo=$(modinfo -F sig_hashalgo vboxdrv 2>/dev/null)
     398    sig_hashalgo=$(modinfo -F sig_hashalgo "$mod" 2>/dev/null)
    399399    [ "$(module_sig_hash_supported $sig_hashalgo)" = "1" ] || return
    400400
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette