Go to file
Robin Malley 03d4779129 Enable reader mode
Various fixes to enable reader mode on most platforms. I tested on
firefox, google chrome, and microsoft edge, I don't have an iphone, so
let me know if it's still broken.
2020-05-19 20:13:30 -04:00
assets Dont style links 2020-05-19 20:08:11 -04:00
conf Move sql files into their own directory 2020-05-17 12:05:00 -04:00
kore_chroot Add gitignores 2020-05-17 12:10:01 -04:00
src Enable reader mode 2020-05-19 20:13:30 -04:00
.gitignore Add gitignores 2020-05-17 12:10:01 -04:00
Makefile Move sql files into their own directory 2020-05-17 12:05:00 -04:00
README.md Inital commit 2020-05-15 19:10:20 -04:00
dh2048.pem Inital commit 2020-05-15 19:10:20 -04:00

README.md

Misc notes.

We need to enable STATX in kore instead of STAT. One of the places seems to have ifdef garuds around it, just added it to the other place.

We need to comment out the restrictions on mprotect around line 99 of src/seccomp.c in order for luajit to be able to do it's thing