Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,9 @@ For users who want to get started immediately:

2. **Run a security audit**: Use Lynis to identify security issues.
```bash
cd ~/lynis && sudo ./lynis audit system
cd ~/lynis
clear
sudo ./lynis audit system
```

3. **Apply hardening**: Based on the audit results, run the appropriate hardening scripts with root privileges.
Expand Down