Closed
Bug 1047742
Opened 11 years ago
Closed 10 years ago
Find new way to allow for administratively configured installs to lock prefs on OSX, due to v2 signing requirements
Categories
(Core :: Preferences: Backend, defect)
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: spohl, Unassigned)
References
(Depends on 1 open bug)
Details
This is very similar to bug 1047738, with the difference that we used to allow for partner builds that locked prefs. Our current way of doing this is no longer going to work due to the v2 signing requirements, since we can no longer modify any files inside the top-level .app bundle after it was signed. We will need to find a new solution if we want to support these kinds of partner builds that lock prefs.
Updated•11 years ago
|
Flags: needinfo?(mconnor)
![]() |
||
Comment 1•11 years ago
|
||
Should either be core -> preferences or firefox -> preferences
Component: Application Update → Preferences: Backend
Product: Toolkit → Core
![]() |
||
Updated•11 years ago
|
Summary: Find new way to allow for partner builds that lock prefs on OSX, due to v2 signing requirements → Find new way to allow for administratively configured installs to lock prefs on OSX, due to v2 signing requirements
Reporter | ||
Updated•11 years ago
|
Reporter | ||
Updated•11 years ago
|
Group: mozilla-employee-confidential
Comment 2•11 years ago
|
||
Can you give an example of a partner that locks prefs?
![]() |
||
Comment 3•11 years ago
|
||
This is for administratively configured installs. Stephen confused administratively configured vs. partner builds so I fixed the summary.
Updated•10 years ago
|
Flags: needinfo?(mconnor)
![]() |
||
Comment 4•10 years ago
|
||
As it stands the administrator can accomplish this by running the app and then modifying the bundle. We can decide if we want to do anything else later and if so in a new bug.
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → WONTFIX
Comment 5•10 years ago
|
||
The code to look for the autoconfig file was not changed for Mac, so AutoConfig is broken on Firefox 34.
http://hg.mozilla.org/mozilla-central/filelog/18188c19a3c3/extensions/pref/autoconfig/src/nsReadConfig.cpp
http://mxr.mozilla.org/mozilla-central/source/extensions/pref/autoconfig/src/nsReadConfig.cpp#242
Severity: normal → critical
Status: RESOLVED → REOPENED
Resolution: WONTFIX → ---
![]() |
||
Comment 6•10 years ago
|
||
This bug was for finding a new way to accomplish locking prefs which isn't needed and what you have found is a different bug so please file a new bug for the issue you have found.
Status: REOPENED → RESOLVED
Closed: 10 years ago → 10 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•