this post was submitted on 19 Jun 2025
44 points (100.0% liked)

Linux

8169 readers
205 users here now

A community for everything relating to the GNU/Linux operating system

Also check out:

Original icon base courtesy of lewing@isc.tamu.edu and The GIMP

founded 2 years ago
MODERATORS
 

OC text by @heythatsprettygood@feddit.uk

Had to deal with this recently. The cause is openSUSE's move to SELinux on new installs, which by default blocks the required permissions for the RPM version of Steam. You can correct this with these commands:

ausearch -c 'steam' --raw | audit2allow -a -M my-steam to create the permissions file and semodule -X 300 -i my-steam.pp to apply it.

Hopefully this saves someone else from the wild goose chase I went on earlier.

no comments (yet)
sorted by: hot top controversial new old
there doesn't seem to be anything here