YaST2 Developers Documentation: SignatureCheckCallbacks.ycp

SignatureCheckCallbacks.ycp

  • Lukas Ocilka
  • Callbacks for handling signatures.

This module has an unstable interface.

Imports

  • SignatureCheckDialogs

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.