Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save torsten-online/09ade9bd033f87b2c6d8272dcbd31b18 to your computer and use it in GitHub Desktop.
Save torsten-online/09ade9bd033f87b2c6d8272dcbd31b18 to your computer and use it in GitHub Desktop.

Issues with Steam at OpenSuSE MicroOS

Info: This solution is not recommended because of selinux Security - use it at your own Risk!

If you run into the Issue, that Games can not be started finally - then please check if selinux is working correctly:

| For Example Age Of Empires 4, look: HowTo|

  • /var/log/audit/audit.log
avc:  denied  { execmod } for  pid=4500 comm="RelicCardinal.e"

Then please enable the execmod for selinuxuser:

  • setsebool -P selinuxuser_execmod 1

You can also use the following command, to figure out the required selinux configuration:

audit2allow -w -a

Have a lot fun with your Steam Games on the awesome, immutable OpenSuSE MicroOS!

Related to "Bug"

Selinux Problem:

  1. https://bugzilla.opensuse.org/show_bug.cgi?id=1206292
  2. https://bugzilla.opensuse.org/show_bug.cgi?id=1206789

Updated openSUSE MicroOS Howto:

https://en.opensuse.org/Portal:MicroOS/Desktop#Steam_Proton,_Bottles,_WINE,_Lutris,_Android_Studio_emulator_not_working_from_flatpaks

Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment