Open Bug 1805787 Opened 2 years ago Updated 1 year ago

Prevent Firefox from opening non-binary library files in the installation directory after startup has completed

Categories

(Toolkit :: Application Update, task, P3)

Unspecified
Linux
task

Tracking

()

People

(Reporter: bytesized, Unassigned)

References

(Blocks 1 open bug)

Details

(Whiteboard: [fidedi-ope])

There are a number of files in the installation directory that we open that need to be opened early and then accessed only via file descriptors.

It would be nice to have a general solution to this problem, where we would automatically pre-open everything that we might need later, but this may not actually be necessary. There just aren't that many non-library files in the installation directory that Firefox opens. This makes it feasible that we could simply enumerate the files of concern and individually make sure that we open handles to them sufficiently early that we could ensure that we get the right version when we need it. Testing would ensure that we don't regress this.

You need to log in before you can comment on or make changes to this bug.