Changeset 99550 in vbox for trunk/src/VBox/Installer
- Timestamp:
- Apr 27, 2023 2:26:22 PM (22 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/linux/vboxdrv.sh
r99536 r99550 396 396 397 397 # Unsigned modules loading is restricted by "lockdown" feature in runtime. 398 if [ "$(kernel_get_config_opt "CONFIG_SECURITY_LOCKDOWN_LSM")" = "y" \ 398 if [ "$(kernel_get_config_opt "CONFIG_LOCK_DOWN_KERNEL")" = "y" \ 399 -o "$(kernel_get_config_opt "CONFIG_SECURITY_LOCKDOWN_LSM")" = "y" \ 399 400 -o "$(kernel_get_config_opt "CONFIG_SECURITY_LOCKDOWN_LSM_EARLY")" = "y" ]; then 400 401
Note:
See TracChangeset
for help on using the changeset viewer.