Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Log process ID + process name #37

Open
JeremyRand opened this issue Jun 21, 2021 · 1 comment
Open

Log process ID + process name #37

JeremyRand opened this issue Jun 21, 2021 · 1 comment

Comments

@JeremyRand
Copy link
Member

We should consider logging the PID (os.Getpid()) and process name (os.Args[0] and os.Executable()). This would help for debugging things such as Chromium-specific "built-in trust anchor" disabling, and per-process Tor stream isolation. Maybe also the thread ID (syscall.Gettid()).

@JeremyRand
Copy link
Member Author

This would also help us debug whether Firefox's Fission feature isolates PKCS#11 modules. If it does, that would give us per-domain Tor stream isolation. Unfortunately, Fission does not yet key the isolation by first-party domain, so this is not sufficient for anonymity. (Also Tor Browser doesn't enable Fission by default AFAIK.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant