eafer / rdrview

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

Add seccomp rules for Android #28

Closed xtkoba closed 4 months ago

xtkoba commented 2 years ago

Downstream issue: https://github.com/termux/termux-packages/issues/8328

eafer commented 2 years ago

Thanks for the patch. What does the zero mean in SCMP_A2_32(SCMP_CMP_EQ, MADV_DONTNEED, 0)?

eafer commented 4 months ago

I'm pretty sure the zero is not needed, but I guess it doesn't make any difference so I'll pick it up as is. Thanks again.