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

Works only with 'disable-sandbox' #10

Closed
sdsddsd1 opened this issue Dec 11, 2020 · 2 comments
Closed

Works only with 'disable-sandbox' #10

sdsddsd1 opened this issue Dec 11, 2020 · 2 comments

Comments

@sdsddsd1
Copy link

Hello,
I am on a musl based system. When launching rdrview the output is empty. I have to use
'disable-sandbox' to get a webpage rendered.
I use libseccomp 2.5.1 but without the python bindings. Other programs are 'libxml2 2.9.10'
and 'curl 7.73.0'. Maybe you have an idea?

eafer added a commit that referenced this issue Dec 11, 2020
Rdrview produces no output on systems that use musl as the C standard
library:

  #10

The reason is that seccomp is blocking the writev() syscall, which musl
uses instead of write():

  https://wiki.musl-libc.org/functional-differences-from-glibc.html#Read-and-write-patterns

Add it to the allowed list.
@eafer
Copy link
Owner

eafer commented Dec 11, 2020 via email

@sdsddsd1
Copy link
Author

That does the trick. Thanks for your fast reply!

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

2 participants