-
Notifications
You must be signed in to change notification settings - Fork 56
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: Sandbox: seccomp sandbox violation #6
Comments
|
You can set env var |
From a FF dev on Matrix:
So if the combination of |
Can you remove
from README.md https://bugzilla.mozilla.org/show_bug.cgi?id=1743926 has been fixed in 97, but if you disable the media process (RDD) sandbox, they don't affect 96. |
@Darkspirit What's the reasoning behind media.rdd-ffmpeg.enabled=true? It seems to be working fine without that on 96. |
@elFarto: the combination of Edit: the patch allowing VAAPI in the RDD process is already present in 96, so it should work AFAICS. |
Updated readme with recommendations from #6, for a safer security environment.
security.sandbox.content.level=0 makes users vulnerable.
|
Thanks @elFarto! With that, we can close this issue I guess. |
Thank you for this library! |
Thanks for that. I understand the reasoning behind it, I was just uncertain what the rdd-ffmpeg option actually did. |
Nitpick about README: it's RDD process, not RDD thread ;) |
And yes, media.navigator.mediadatadecoder_vpx_enabled=true (so far only enabled in Nightly) is required for WebRTC VAAPI with VP8/VP9. (media.navigator.mediadatadecoder_h264_enabled is already true for H264.) |
Some troubleshooting info (See attachment for full info)
LOG:
Adding system call 146 to whitelist does not seem to work
vainfo
:There seems to be some errors?
The nvidia driver version is 495.46.
The system is running in "nvidia only" mode, as instructed here
The text was updated successfully, but these errors were encountered: