VirtualBox

Changeset 54048 in vbox


Ignore:
Timestamp:
Jan 30, 2015 1:50:10 PM (10 years ago)
Author:
vboxsync
Message:

No hardening without code signing on windows. hard limit.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Config.kmk

    r54046 r54048  
    28722872
    28732873#
    2874 # Warn about windows hardening without code signing enabled.
     2874# Complain if windows hardening is enabled but not code signing.
    28752875#
    28762876else if "$(KBUILD_TARGET)" == "win" && defined(VBOX_WITH_HARDENING) && !defined(VBOX_ONLY_BUILD)
    2877  $(warning You need to enable code signing for a hardened windows build to work.)
     2877 $(error You need to enable code signing for a hardened windows build to work.)
    28782878endif
    28792879
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