-
Notifications
You must be signed in to change notification settings - Fork 527
Ability to fake /proc/cpuinfo and meminfo #1320
Comments
Can you give examples of applications? |
@M66B
|
I have white listed /proc/cpuinfo and /proc/meminfo, since these files do not contain privacy sensitive information. Please let me know if anything else in /proc should be white listed. |
/proc/cpuinfo contains the ID of the CPU It is not possible to fake this individually Refs #1320
How can we deny access to proc/cpuinfo now ? |
You can white or black list any /proc file using on demand restricting now. |
But we cannot fake the contents, right?
|
No, that is not possible. I have no solution for that and even I had it would be a headache to support the different flavors of the file. |
Thank you. Maybe there can be a "advanced" tab for those dangerous things~
|
These two are commonly used in device fingerprinting, and many programs explicitly refuse to work if not granted access to them.
The text was updated successfully, but these errors were encountered: