Method

FwupdPluginPluginrunner_undo_host_security_attr

Declaration [src]

gboolean
fu_plugin_runner_undo_host_security_attr (
  FuPlugin* self,
  FwupdSecurityAttr* attr,
  GError** error
)

Description [src]

Fix the security issue of given security attribute.

Available since:1.9.6

Parameters

attr FwupdSecurityAttr*
 

A security attribute.

 The argument can be NULL.
 The data is owned by the caller of the function.
error GError **
  The return location for a GError*, or NULL.

Return value

Returns: gboolean
 

TRUE for success, FALSE for failure.