mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-02-22 12:39:49 +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
|
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
|
## 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**:
|
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**:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user