feat: Add a comprehensive Linux system audit script (audit.sh) and update README with usage instructions.
This commit is contained in:
@@ -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 root‑only 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 you’d like any further tweaks!
|
||||
|
||||
Reference in New Issue
Block a user