#Can't hear TF2 mercenaries and a few other sounds
1 messages · Page 1 of 1 (latest)
NEVERMIND I got it with some more digging
sudo setsebool -P selinuxuser_execheap 1 did the trick. I don't know why
"I don't know why" is such a Linux thing to say 
It really is
basically, the audio engine or something that tf2 uses has a unpatched vulnerability and SELinux blocks this for obvious reasons
its not good to do that because it disable for everything, instead, you can only allow tf2 for this
https://github.com/ValveSoftware/Source-1-Games/issues/2734#issuecomment-1363552623
https://github.com/ValveSoftware/Source-1-Games/issues/2734#issuecomment-1943981519
the thread with how to do it, the third party package doesn't work properly on my experience so i recommend do it manually
and it was fixed in the x64 beta branch
So how would I go about undoing that command I did?
Thank you!
you need sudo
sudo ausearch -c 'hl2_linux' --raw | audit2allow -M my-hl2linux so this?