DeviceDriverSigningReq
Description:
[ CCode ( cprefix = "OSINFO_DEVICE_DRIVER_SIGNING_REQ_" , type_id = "osinfo_device_driver_signing_req_get_type ()" ) ]
[ Version ( since = "0.2.6" ) ]
public enum DeviceDriverSigningReq
Content:
Enum values:
- NONE - Script do not require
device drivers to be signed.
- STRICT - Script must only be
given signed device drivers.
- WARN - A warning will be issued
by OS installer if device drivers are not signed and most probably require user input (and thus breaking unattended installation).