mirror of
https://github.com/trimstray/the-practical-linux-hardening-guide.git
synced 2025-12-06 17:22:51 +01:00
10
README.md
10
README.md
@@ -112,11 +112,11 @@ On the other hand, these standards are complicated checklists (often for newbies
|
|||||||
|
|
||||||
Hardening is not a simple process. You must devote a lot of time. Here are general rules following common best practices:
|
Hardening is not a simple process. You must devote a lot of time. Here are general rules following common best practices:
|
||||||
|
|
||||||
- Never use root account for anything that does not require it
|
- never use root account for anything that does not require it
|
||||||
- Only `sudo` individual commands
|
- only `sudo` individual commands
|
||||||
- Never set a server to run as root (except for initialization time) and ensure that it exits all unnecessary privileges before accepting requests
|
- never set a server to run as root (except for initialization time) and ensure that it exits all unnecessary privileges before accepting requests
|
||||||
- Ssecure your firewall the best you can and forbid all unnecessary access
|
- secure your firewall the best you can and forbid all unnecessary access
|
||||||
- Do not install unnecessary or unstable software
|
- do not install unnecessary or unstable software
|
||||||
|
|
||||||
### Which Distribution Should be Used?
|
### Which Distribution Should be Used?
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user