Publish macOS updater docs in the tree
Categories
(Toolkit :: Application Update, enhancement, P3)
Tracking
()
People
(Reporter: mkaply, Unassigned)
References
Details
(Whiteboard: [fidedi-ope])
We have some great internal links about how the mac updater elevation works.
https://mana.mozilla.org/wiki/pages/viewpage.action?pageId=40044185
https://mana.mozilla.org/wiki/pages/viewpage.action?pageId=52265201
There's nothing confidential about these, and the information in them would be really great for tracking down updater bugs.
We should get them in the tree somewhere.
It also might useful to document basically what the updater does which boils down to:
sudo chown -R root:admin /Application/Firefox.app
sudo chmod -R g+w /Applications/Firefox.app
Updated•5 years ago
|
Updated•4 years ago
|
Updated•4 years ago
|
Updated•4 years ago
|
Comment 1•1 year ago
|
||
(In reply to Mike Kaply [:mkaply] from comment #0)
We have some great internal links about how the mac updater elevation works.
https://mana.mozilla.org/wiki/pages/viewpage.action?pageId=40044185
https://mana.mozilla.org/wiki/pages/viewpage.action?pageId=52265201
spohl: these links have rotted. I'm pretty sure one of them is https://mozilla-hub.atlassian.net/wiki/spaces/~spohl@mozilla.com/pages/71041045/SecReview+Elevated+Updater+for+OSX+bug+394984 but I'm not sure what the other one might be -- could you try to determine the new URLs? Given recent shenanigans I'd like to improve the in-tree updater documentation in this area. Thanks!
Comment 2•1 year ago
|
||
(In reply to Nick Alexander :nalexander [he/him] from comment #1)
(In reply to Mike Kaply [:mkaply] from comment #0)
We have some great internal links about how the mac updater elevation works.
https://mana.mozilla.org/wiki/pages/viewpage.action?pageId=40044185
https://mana.mozilla.org/wiki/pages/viewpage.action?pageId=52265201spohl: these links have rotted. I'm pretty sure one of them is https://mozilla-hub.atlassian.net/wiki/spaces/~spohl@mozilla.com/pages/71041045/SecReview+Elevated+Updater+for+OSX+bug+394984 but I'm not sure what the other one might be -- could you try to determine the new URLs? Given recent shenanigans I'd like to improve the in-tree updater documentation in this area. Thanks!
Yes, the other document is https://mozilla-hub.atlassian.net/wiki/spaces/~spohl@mozilla.com/pages/71041071/UX+Review+Elevated+Updater+for+OSX+bug+394984.
Comment 3•1 year ago
|
||
When we add the MacOS updater docs to the tree, let's also include a link to them in the all-up updater doc that will be added by the fix for this bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1920189
Description
•