Open
Bug 995067
Opened 11 years ago
Updated 9 months ago
Open /proc/cpuinfo conflicts with sandbox
Categories
(Core :: Security: Process Sandboxing, defect, P3)
Tracking
()
NEW
People
(Reporter: arroway, Unassigned)
References
Details
(Whiteboard: sb+)
Attachments
(1 obsolete file)
I don't have a stacktrace for this one, only the return address pointing to
./webrtc/trunk/webrtc/system_wrappers/source/android/cpu-features.c:72
open("/proc/cpuinfo", O_READONLY)
Reporter | ||
Comment 1•11 years ago
|
||
This is happening when an app starts up.
Comment 2•11 years ago
|
||
I'll note that once the LoadManager is enabled by default, we'll look at /proc/stat in content/media/webrtc/LoadMonitor.cpp. Also there are patches underway to get similar info for Windows and Mac. See bug 1007775
Updated•10 years ago
|
Comment 3•10 years ago
|
||
Move process sandboxing bugs to their new, separate component.
(Sorry for the bugspam; filter on 3c21328c-8cfb-4819-9d88-f6e965067350.)
Component: Security → Security: Process Sandboxing
Comment 4•9 years ago
|
||
LoadManager is one of those things that logically belongs in the parent.
Updated•9 years ago
|
Whiteboard: sb+
Comment 5•7 years ago
|
||
Priority: -- → P3
Updated•2 years ago
|
Severity: normal → S3
Updated•9 months ago
|
Attachment #9386747 -
Attachment is obsolete: true
You need to log in
before you can comment on or make changes to this bug.
Description
•