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**: