Open lanodan opened 7 years ago
I have the same issue on Alpine Linux.
I saw a similar problem on a linux system with selinux enabled. Assigning "injector" to a proper context and "auditing to allow" worked for me
ausearch -c 'injector' --raw | audit2allow -M my-injector
I am using Gentoo Hardened (and so I have W^X protection with the PaX/grsecurity patches).