feat: Add a comprehensive Linux system audit script (audit.sh) and update README with usage instructions.

This commit is contained in:
2026-01-28 12:14:12 +08:00
parent 8bf3c31ae3
commit fc1789fb61
2 changed files with 261 additions and 1 deletions

View File

@@ -1,3 +1,9 @@
# Linux-System-Audit-Report
A shell script that generate some data which can be used to check for drift.
## How to use
Run as a normal user the script will skip the rootonly sections (they are already commented out).
Run with sudo or as root simply uncomment the lines that are marked with # NOTE: … or # Uncomment … and the script will collect the additional privileged data.
Feel free to adjust any of the comments or uncomment the sections you need. Let me know if youd like any further tweaks!