mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-02-20 15:40:35 +00:00
chore(docs): Add information on undoing... (#1389)
...SELinux Source 1 change
This commit is contained in:
parent
b78c223315
commit
7fa3c0470c
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user