minor updates

- signed-off-by: trimstray <trimstray@gmail.com>
This commit is contained in:
trimstray
2019-03-02 11:05:30 +01:00
parent 55b2397891
commit 48d7fc3663

View File

@@ -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?