eafer / rdrview

Firefox Reader View as a command line tool
Apache License 2.0
836 stars 35 forks source link

Works only with 'disable-sandbox' #10

Closed sdsddsd1 closed 3 years ago

sdsddsd1 commented 3 years ago

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 commented 3 years ago

Thank you for the report. Seccomp is expected to break things once in a while, so it's good that I hear about it. I added the writev() syscall to the allowed list and now rdrview seems to work on Alpine. Let me know if this solves your problem too.

sdsddsd1 commented 3 years ago

That does the trick. Thanks for your fast reply!