Implement support for policy to force restart when update is ready to install
Categories
(Enterprise Products :: Firefox, enhancement, P1)
Tracking
(Not tracked)
People
(Reporter: gcp, Assigned: gcp)
References
(Depends on 1 open bug, Blocks 2 open bugs, )
Details
Implement an enterprise policy which allows admins to force restart Firefox when updates are applied, after a period of warning.
This was originally implement in https://bugzilla.mozilla.org/show_bug.cgi?id=2022741, but QA found several issues with this implementation, notably involving unstable clocks, device sleep (https://bugzilla.mozilla.org/show_bug.cgi?id=2031964) and generally how to deal with sleep/resume cycles (https://bugzilla.mozilla.org/show_bug.cgi?id=2034669).
We pursue a different approach here that is Firefox Enterprise specific: we can consider the console as a stable clock and single source of truth, so the function of the client becomes only showing the UX and doing the actual restart, with none of the time keeping complications.
| Assignee | ||
Updated•21 days ago
|
| Assignee | ||
Updated•21 days ago
|
Comment 2•2 days ago
|
||
Authored by https://github.com/gcp
https://github.com/mozilla/enterprise-firefox/commit/9bfb085410fd73a635ac963422a5f5d81ed4f928
[enterprise-main] Bug 2063400 - Console-driven relaunch deadline (#1270)
Description
•