mirror of
https://github.com/takeshixx/redstar-tools
synced 2025-07-17 20:43:21 +00:00
Fix formatting in README file
This commit is contained in:
10
README.md
10
README.md
@ -9,15 +9,12 @@ This repository includes several binaries from and tools for Red Star OS. These
|
||||
|
||||
Killing `securityd` will prevent the system from rebooting when editing/deleting various protected files.
|
||||
|
||||
```
|
||||
killall -9 securityd
|
||||
```
|
||||
|
||||
3. Disable `rtscan` kernel module
|
||||
|
||||
Either via `resctl.py` (see rtscan) or via a Python shell as follows:
|
||||
Either via `resctl.py` (see `rtscan`) or via a Python shell as follows:
|
||||
|
||||
```
|
||||
[root@localhost ~]# python
|
||||
Python 2.6 (r26:66714, Oct 7 2012, 13:39:47)
|
||||
[GCC 4.4.0 20090506 (Red Hat 4.4.0-4)] on linux2
|
||||
@ -25,16 +22,13 @@ Type "help", "copyright", "credits" or "license" for more information.
|
||||
>>> import fcntl
|
||||
>>> fcntl.ioctl(open('/dev/res', 'wb'), 29187)
|
||||
0
|
||||
```
|
||||
|
||||
After disabling `rtscan` protected processes like `opprc` will become killable.
|
||||
|
||||
4. Kill `scnprc` and `opprc`
|
||||
|
||||
```
|
||||
killall scnprc
|
||||
killall opprc
|
||||
```
|
||||
|
||||
5. Replace `/usr/lib/libos.so.0.0.0`
|
||||
|
||||
@ -48,4 +42,4 @@ Deleting this file will prevent `kdeinit` from starting the framework after a sy
|
||||
|
||||
## Disclaimer
|
||||
|
||||
All of the information is based on reasearch dedicated to analyzing Red Star OS. The authors take no responsibility for the accuracy, completeness or quality of the information provided.
|
||||
All of the information is based on research dedicated to analyzing Red Star OS. The authors take no responsibility for the accuracy, completeness or quality of the information provided.
|
||||
|
Reference in New Issue
Block a user