23 #ifndef OPENSCAP_FWUPDSECATTR_PROBE_H
24 #define OPENSCAP_FWUPDSECATTR_PROBE_H
26 #include <sys/queue.h>
37 FWUPD_SECURITY_ATTR_RESULT_UNKNOWN,
38 FWUPD_SECURITY_ATTR_RESULT_ENABLED,
39 FWUPD_SECURITY_ATTR_RESULT_NOT_ENABLED,
40 FWUPD_SECURITY_ATTR_RESULT_VALID,
41 FWUPD_SECURITY_ATTR_RESULT_NOT_VALID,
42 FWUPD_SECURITY_ATTR_RESULT_LOCKED,
43 FWUPD_SECURITY_ATTR_RESULT_NOT_LOCKED,
44 FWUPD_SECURITY_ATTR_RESULT_ENCRYPTED,
45 FWUPD_SECURITY_ATTR_RESULT_NOT_ENCRYPTED,
46 FWUPD_SECURITY_ATTR_RESULT_TAINTED,
47 FWUPD_SECURITY_ATTR_RESULT_NOT_TAINTED,
48 FWUPD_SECURITY_ATTR_RESULT_FOUND,
49 FWUPD_SECURITY_ATTR_RESULT_NOT_FOUND,
50 FWUPD_SECURITY_ATTR_RESULT_SUPPORTED,
51 FWUPD_SECURITY_ATTR_RESULT_NOT_SUPPORTED,
53 FWUPD_SECURITY_ATTR_RESULT_LAST
54 } FwupdSecurityAttrResult;
58 int fwupdsecattr_probe_offline_mode_supported(
void);
59 int fwupdsecattr_probe_main(
probe_ctx *ctx,
void *arg);
Definition: fwupdsecattr_probe.h:30