-
Notifications
You must be signed in to change notification settings - Fork 20
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
[firefox] rr doesn't work #125
Comments
For |
Update: We fixed When @notriddle added the capability @padenot suggested adding See also JanitorTechnology/janitor#232 |
Update: Just saw the Not sure what your issue was @bnjbvr, but it probably wasn't related to the warning you saw. |
We should enable CAP_SYS_PTRACE and disable seccomp. This allows debugger usage as well as using perf related syscalls. The drawback is that seccomp can be bypassed (which we disable anyway), and potential vulnerabilities may be easier to exploit successfully. This does sounds like an acceptable tradeoff though. |
rr
:gdb
:The text was updated successfully, but these errors were encountered: