chore(docs): Add information on undoing... (#1389)

...SELinux Source 1 change
This commit is contained in:
Pat Connors 2024-07-21 15:31:43 -04:00 committed by GitHub
parent b78c223315
commit 7fa3c0470c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -52,6 +52,24 @@ semodule -X 300 -i my-hl2linux.pp
2. Reboot your device
### If you want to undo this change eventually:
>Disable **or** remove the module.
#### Disable it:
```command
semodule -X 300 -d my-hl2linux
```
#### Remove and delete it:
```command
semodule -X 300 -r my-hl2linux
```
The `.pp` file should just be in `/root` if you want to remove that.
## Not Launching
If a 32-bit Source 1 engine game is not opening due to [tmalloc libraries issues](https://github.com/ValveSoftware/csgo-osx-linux/issues/3229), then open a host terminal and **enter**:
@ -69,4 +87,4 @@ If this fails to fix it, then try forcing Proton Experimental in the game's prop
**Documentation Contributors**: [Kyle Gospodnetich](https://github.com/KyleGospo), [RJ Trujillo](https://github.com/EyeCantCU), [Benjamin Shermin](https://github.com/bsherman), [Nathaniel Warburton](https://github.com/storyaddict), and [Jorge Castro](https://github.com/castrojo)
[**<-- View online documentation**](https://universal-blue.discourse.group/docs?topic=2658)
[**<-- View online documentation**](https://universal-blue.discourse.group/docs?topic=2658)