Android Studio

Overrides for Android Studio

$ sudo getsebool selinuxuser_execstack

If this returns selinuxuser_execstack --> disabled you will need to enable the boolean.

This can be done on a temporary basis (only survives until next boot), with:

$ sudo setsebool selinuxuser_execstack 1

Or persistently with:

$ sudo setsebool -P selinuxuser_execstack 1

Setting this boolean does have potential security implications, but they are relatively minor. The safest way to do this, if you wish to use steam is to toggle this boolean on and off as necessary.