PaX kills zotero
I hardened my laptop by including PaX features, but after that the system kills zotero. I tried to build standalone on my own and it didn't work either. The program seems trying to get access to where it's not granted.
Edit: found a workaround which is to disable mprotect feature by
# paxctl -m `whereis zotero`
and zotero should work as usual.
Edit: found a workaround which is to disable mprotect feature by
# paxctl -m `whereis zotero`
and zotero should work as usual.