diff --git a/rss.xml b/rss.xml index 48237cd7..36aa9a14 100644 --- a/rss.xml +++ b/rss.xml @@ -1,7 +1,7 @@ JBoss Tools Aggregated Feed https://tools.jboss.org - 2023-10-13T09:20:44Z + 2023-10-13T09:27:26Z JBoss Blogs: How to solve CVE-2023-44487 @@ -1075,7 +1075,7 @@ client.install("362301da643102b9f38477387e2193e57abaa590", Fwupd.InstallFlags.ALLOW_REINSTALL, cancellable) print(dev.get_update_state()) -# +#< enum FWUPD_UPDATE_STATE_NEEDS_REBOOT of type Fwupd.UpdateState>

This shows deploying the update onto the local machine and then getting the device update state, which indicates that a reboot is required before the device version is updated to the new value. Notably, before deploying the update, fwupd will also check the contents of the EFI System Partition to ensure the update is safe to apply.