Open
Bug 1371877
Opened 8 years ago
Updated 3 years ago
Automated test to look for memory pages that violate W^X
Categories
(Core :: Security, defect, P5)
Core
Security
Tracking
()
NEW
People
(Reporter: arthur, Unassigned)
Details
It would be nice to have an automated regression test on each platform that launches the browser, scans the browser processes' memory pages and looks for any errant pages that are both writable and executable. Possible methods include:
* Linux: reading /proc/$PID/maps
* macOS: mach_vm_region()
* Window: VirtualQuery()/VirtualQueryEx()
Updated•8 years ago
|
Priority: -- → P5
firejail now has a pref enforcing W^X. Firefox doesn't work when it is active.
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•