YaST2 Developers Documentation: Unknown YCP Module

Unknown YCP Module

This module has an unstable interface.

Imports

  • SignatureCheckDialogs

Info:

Module: SignatureCheckCallbacks.ycp Authors: Lukas Ocilka

Callbacks for handling signatures.

Info:

Default return when signatures shouldn't be checked

See
SignatureCheckDialogs::CheckSignaturesInYaST()
Info:

Callback handler function. Required callback prototype is boolean(string filename, string requested_digest, string found_digest). The callback function should ask user whether the wrong digest can be accepted, returned true value means to accept the file.

Info:

Callback handler function. Required callback prototype is boolean(string filename, string name). The callback function should ask user whether the uknown digest can be accepted, returned true value means to accept the digest.