mirror of
https://github.com/tiyn/wiki.git
synced 2025-11-06 21:21:16 +01:00
13 lines
463 B
Markdown
13 lines
463 B
Markdown
# System Hardening
|
|
|
|
System security is an important aspect of configuration.
|
|
It will make it harder for attackers to get a hold of your system and private
|
|
data.
|
|
|
|
## Analysis Tools
|
|
|
|
- [lynis](https://github.com/CISOfy/lynis): run `lynis audit system` to get a
|
|
list of security flaws of your system
|
|
- [arch-audit](https://gitlab.archlinux.org/archlinux/arch-audit) is a tool to find vulnerabilities
|
|
known to the [Arch](/wiki/linux/arch-linux.md) Security Team.
|