VirtualBox

Changeset 64947 in vbox


Ignore:
Timestamp:
Dec 17, 2016 3:46:45 AM (8 years ago)
Author:
vboxsync
Message:

vsheriff: check for not-signed-by-build-cert in VBoxHardening.log

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/testmanager/batch/virtual_test_sheriff.py

    r64946 r64947  
    444444    ktReason_Host_HostMemoryLow                        = ( 'Host',              'HostMemoryLow' );
    445445    ktReason_Host_DriverNotLoaded                      = ( 'Host',              'Driver not loaded' );
     446    ktReason_Host_NotSignedWithBuildCert               = ( 'Host',              'Not signed with build cert' );
    446447    ktReason_Host_Reboot_OSX_Watchdog_Timeout          = ( 'Host Reboot',       'OSX Watchdog Timeout' );
    447448    ktReason_Networking_Nonexistent_host_nic           = ( 'Networking',        'Nonexistent host networking interface' );
     
    700701        # ( Whether to stop on hit, reason tuple, needle text. )
    701702        ( True,  ktReason_Host_DriverNotLoaded,                     'Error opening VBoxDrvStub:  STATUS_OBJECT_NAME_NOT_FOUND' ),
     703        ( True,  ktReason_Host_NotSignedWithBuildCert,              'Not signed with the build certificate' ),
    702704    ];
    703705
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