Closed Bug 1694478 Opened 3 years ago Closed 3 years ago

Setting up the directories is incompatible with isolated process

Categories

(GeckoView :: Sandboxing, task, P1)

Unspecified
All

Tracking

(Not tracked)

RESOLVED INVALID

People

(Reporter: owlish, Unassigned)

References

(Blocks 1 open bug)

Details

(Whiteboard: [geckoview:m89][sandboxing])

Errors during tests:

W/ContextImpl: Failed to ensure /data/user/0/org.mozilla.geckoview.test/cache: mkdir failed: EACCES (Permission denied)
W/FileUtils: Failed to chmod(/data/user/0/org.mozilla.geckoview.test/app_tmpdir): android.system.ErrnoException: chmod failed: EACCES (Permission denied)
W/ContextImpl: Failed to ensure /data/user/0/org.mozilla.geckoview.test/files: mkdir failed: EACCES (Permission denied)

These come from calling context.getFilesDir() from GeckoProfileDirectories#getMozillaDirectory, GeckoThread#run() or GeckoLoader#doLoadLibrary. We also have FileUtils#getExternalStoragePath - it's not causing these errors, but worth noting.

Severity: -- → S3
Priority: -- → P2
Whiteboard: [geckoview:m89]

Is this still an issue now that bug 1523639 has landed?

Whiteboard: [geckoview:m89] → [geckoview:m89][sandboxing]
Priority: P2 → P1

(In reply to Aaron Klotz [:aklotz] from comment #1)

Is this still an issue now that bug 1523639 has landed?

It's not! Closing

Status: NEW → RESOLVED
Closed: 3 years ago
Resolution: --- → INVALID

Moving isolated process bugs to the new GeckoView::Sandboxing component.

Component: General → Sandboxing
You need to log in before you can comment on or make changes to this bug.