Hello there I recently moved to a SELinux enabled system, openSUSE MicroOS, and found out one of the libraries Stellaris is using is blocked by SELinux to prevent stack smashing attacks.
In order to play Stellaris it is required to temporarily turn off SELinux by using:
Afaik Fedora also uses SELinux by default so I expect this to be an issue there too. Unless they have altered the SELinux default configuration in a way to allow stacking.
Would it be possible to look into this and see if the mentioned library libpops_api can be used without requiring stacking?
Otherwise it's okay too as it is now mentioned how to solve this issue on affected systems.
Bash:
./stellaris: error while loading shared libraries: libpops_api.so: cannot enable executable stack as shared object requires: Permission denied
In order to play Stellaris it is required to temporarily turn off SELinux by using:
Bash:
sudo setenforce 0
Afaik Fedora also uses SELinux by default so I expect this to be an issue there too. Unless they have altered the SELinux default configuration in a way to allow stacking.
Would it be possible to look into this and see if the mentioned library libpops_api can be used without requiring stacking?
Otherwise it's okay too as it is now mentioned how to solve this issue on affected systems.